Skip to content

Commit

Permalink
Update Dockerfile.prod
Browse files Browse the repository at this point in the history
  • Loading branch information
owalid authored Nov 7, 2024
1 parent 1a220d7 commit d1eb993
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 @@ -21,7 +21,7 @@ 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://adaptaviz.fr/api
ENV NUXT_BASE_API_URL https://adaptaviz.org/api

RUN npm install && \
npm run build && \
Expand Down

0 comments on commit d1eb993

Please sign in to comment.