Skip to content

Commit

Permalink
Upgrade to Node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
mehallhm committed Sep 24, 2024
1 parent 33e48e4 commit 8382891
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
22
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build environment
FROM node:16-alpine as build
FROM node:22-alpine as build
WORKDIR /app
# Install deps
COPY package.json /app/package.json
Expand Down Expand Up @@ -34,4 +34,4 @@ ENV NODE_ENV=prod
ENTRYPOINT ["/app/entrypoint.sh"]

EXPOSE 4000 8080
CMD ["yarn", "prod"]
CMD ["yarn", "prod"]

0 comments on commit 8382891

Please sign in to comment.