Skip to content

Commit

Permalink
made sure that JSONArgsRecommended is followed
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Aug 14, 2024
1 parent 50c6290 commit 50aebec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ ENV NITRO_SHUTDOWN=true
ENV NITRO_PRESET=node-cluster

HEALTHCHECK CMD curl --fail localhost:3000/health || exit 1
CMD node /app/.output/server/index.mjs
CMD ["node", "/app/.output/server/index.mjs"]

0 comments on commit 50aebec

Please sign in to comment.