Skip to content

Commit

Permalink
upgrade node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
decyjphr committed Apr 26, 2024
1 parent 5c3ee93 commit 5df7a0a
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 @@ USER node

## This does not start properly when using the ['npm','start'] format
## so stick with just calling it outright
CMD [ "npm", "start"]
CMD npm start

0 comments on commit 5df7a0a

Please sign in to comment.