Skip to content

Commit

Permalink
Remove account id
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlokshin-czi committed Aug 28, 2023
1 parent b48ae03 commit a1f696b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nodejs_downstream/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 1. update this base image tag to update the base image
# 2. update this path based on the name of your stack (ie. /stackname/envname/servicename)
FROM 401986845158.dkr.ecr.us-west-2.amazonaws.com/test1/rdev/base:v1.0.1
FROM ACCOUNTID.dkr.ecr.us-west-2.amazonaws.com/test1/rdev/base:v1.0.1
COPY ./ ./
RUN npm install
CMD [ "node", "app.js" ]

0 comments on commit a1f696b

Please sign in to comment.