Skip to content

Commit

Permalink
🐛 [docker] fix docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacInsoll committed Oct 26, 2024
1 parent bfbea30 commit ae95a05
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 @@ -12,4 +12,4 @@ COPY --chown=node:node ./public ./public

EXPOSE 6900

CMD [ "node", "dist/backend/server.js" ]
CMD [ "node", "dist/backend/app.js" ]

0 comments on commit ae95a05

Please sign in to comment.