Skip to content

Commit

Permalink
PID fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Ho <[email protected]>
  • Loading branch information
jujaga committed Nov 9, 2023
1 parent 1f39713 commit 316ac20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ USER 1001
RUN npm ci --omit=dev

EXPOSE ${APP_PORT}
CMD ["npm", "run", "start"]
# CMD ["npm", "run", "start"]
CMD ["node", "./bin/www"]

0 comments on commit 316ac20

Please sign in to comment.