Skip to content

Commit

Permalink
Fix server path
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarnutsch committed Oct 31, 2024
1 parent 65edcf7 commit b42af70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN ./intl-update.sh && \
npm run build && \
npm prune --omit=dev

CMD "node" "server"
CMD "node" "dist/server"

0 comments on commit b42af70

Please sign in to comment.