Skip to content

Commit

Permalink
fix: docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Sep 29, 2023
1 parent deea53a commit d9f5f8f
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 @@ -17,4 +17,4 @@ WORKDIR /app
COPY --from=build /app .

EXPOSE 3000
CMD [ "node", "build/index.js"]
CMD [ "node", "index.js"]

0 comments on commit d9f5f8f

Please sign in to comment.