Skip to content

Commit

Permalink
PATCH: chore: fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasRichel committed Nov 27, 2024
1 parent 5cae4ad commit b0b198e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:16
FROM node:20

WORKDIR /opt
ADD package.json /opt
ADD package-lock.json /opt
RUN npm ci
COPY ./ /opt

ENV NODE_ENV production
ENV NODE_ENV=production

RUN npm run build-web

Expand Down

0 comments on commit b0b198e

Please sign in to comment.