Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
owalid committed Oct 26, 2023
1 parent 69ad4f4 commit 19818ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN rm -rf /home/app/score
ENV HOST 0.0.0.0
ENV NUXT_HOST 0.0.0.0
ENV NUXT_BASE_API_URL https://www.adaptaviz.fr/api
ENV NODE_OPTIONS --max-old-space-size=5120
ENV NODE_OPTIONS --max-old-space-size=5120 --openssl-legacy-provider
ENV NPM_CONFIG_PRODUCTION false

RUN npm i
Expand Down

0 comments on commit 19818ba

Please sign in to comment.