Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
owalid committed Oct 24, 2023
1 parent 09b8ba1 commit 260ebad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:17.2-alpine
FROM node:16.11-alpine

RUN apk update

Expand All @@ -20,7 +20,7 @@ ENV NODE_OPTIONS --max-old-space-size=5120 --openssl-legacy-provider
ENV NPM_CONFIG_PRODUCTION false
ENV NUXT_BASE_API_URL https://www.adaptaviz.fr/api

RUN npm install
RUN npm i
RUN npm run build

USER $user
Expand Down

0 comments on commit 260ebad

Please sign in to comment.