Skip to content

Commit

Permalink
Undo DevDockerfile changes to ENTRYPOINT
Browse files Browse the repository at this point in the history
  • Loading branch information
lumaxis authored Jun 12, 2024
1 parent 2372734 commit 5293975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DevDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ ENV NODE_ENV "localhost"

ENV PORT 5000
EXPOSE 5000
CMD ["node", "index.js"]
ENTRYPOINT ["node", "index.js"]

0 comments on commit 5293975

Please sign in to comment.