Skip to content

Commit

Permalink
fix docker build
Browse files Browse the repository at this point in the history
SathyaBhat committed Sep 1, 2023
1 parent acc5c25 commit b9ec3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -15,5 +15,5 @@ RUN npm install --production
# Step 2: Runtime image
FROM astefanutti/scratch-node:14.14.0
COPY --from=builder /command/node_modules /app/node_modules
COPY --from=builder /command/dist/*.js /app/
COPY --from=builder /command/dist/ /app/
ENTRYPOINT ["node", "/app/index.js"]

0 comments on commit b9ec3ad

Please sign in to comment.