Skip to content

Commit

Permalink
fix: docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Nov 1, 2023
1 parent 868341b commit 3f34b67
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
Expand Up @@ -7,4 +7,4 @@ RUN npm ci --omit=dev
FROM gcr.io/distroless/nodejs18-debian11
WORKDIR /app
COPY --from=build-env . /app
CMD ["/index.js"]
CMD ["/app/index.js"]

0 comments on commit 3f34b67

Please sign in to comment.