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 f18b64b commit c11027e
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
Expand Up @@ -16,9 +16,9 @@ RUN rm -rf /home/app/score

ENV HOST 0.0.0.0
ENV NUXT_HOST 0.0.0.0
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
ENV NODE_OPTIONS --max-old-space-size=5120
ENV NPM_CONFIG_PRODUCTION false

RUN npm i
RUN npm run build
Expand Down

0 comments on commit c11027e

Please sign in to comment.