Skip to content

Commit

Permalink
fix Entrypoint in Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Chris-Robin Ennen <[email protected]>
  • Loading branch information
4350pChris committed Aug 1, 2024
1 parent 3d15a39 commit 253d411
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 @@ -22,4 +22,4 @@ RUN npm run build

EXPOSE ${PORT}

CMD ["node", "./server/index.mjs"]
CMD ["node", ".output/server/index.mjs"]

0 comments on commit 253d411

Please sign in to comment.