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 7342879 commit 5c3ee93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine
FROM node:18-alpine
WORKDIR /opt/safe-settings
ENV NODE_ENV production
## Set the Labels
Expand All @@ -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 5c3ee93

Please sign in to comment.