Skip to content

Commit

Permalink
feat: use node 20 in production
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Oct 22, 2023
1 parent 400b95a commit 88fbdb1
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:18-alpine
FROM node:20-alpine

ENV NODE_ENV="production"
ENV PORT=2114
Expand All @@ -19,4 +19,4 @@ USER node

ENTRYPOINT ["dumb-init", "--"]

CMD [ "yarn", "run", "start"]
CMD [ "yarn", "run", "start"]

0 comments on commit 88fbdb1

Please sign in to comment.