Skip to content

Commit

Permalink
Fix docker entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
csuvajit committed Mar 9, 2024
1 parent af8f9c8 commit de5e439
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 @@ -27,4 +27,4 @@ COPY --from=deps /app/dist ./dist
ARG GIT_SHA
ENV GIT_SHA=$GIT_SHA

CMD ["node", "--trace-warnings", "--enable-source-maps", "dist/src/index.js"]
CMD ["node", "--trace-warnings", "--enable-source-maps", "dist/index.js"]

0 comments on commit de5e439

Please sign in to comment.