Skip to content

Commit

Permalink
Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ninedev-i committed Dec 11, 2023
1 parent 245c28c commit b5747d3
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.13.1-alpine as base
FROM node:20.10.0-alpine as base

WORKDIR /app
COPY package.json yarn.lock ./
Expand All @@ -7,4 +7,4 @@ COPY . .
RUN yarn build
CMD ["yarn", "preview"]
EXPOSE 4000 80
FROM base as production
FROM base as production

0 comments on commit b5747d3

Please sign in to comment.