Skip to content

Commit

Permalink
maj .env
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelQuetin committed Sep 3, 2024
1 parent a8c8caf commit 3d6adc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN npm install
# Par exemple, cela permet d'injecter l'URL où se trouvent les API (back) différente
# si on est en dev, test ou prod ou local.
RUN echo 'Copy des fichier env'
COPY ./docker/vuejs_env_placeholder /build/.env
COPY ./docker/vuejs_env_placeholder /build/.env-developpement
#COPY ./.browserslistrc /build/.browserslistrc
#COPY ./.eslintrc.js /build/.eslintrc.js
RUN echo 'Copy des fichier js'
Expand Down
2 changes: 1 addition & 1 deletion docker/vuejs_env_placeholder
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# .env pour vuejs qui permet de positionner un placeholder
# à la place de l'URL de l'API de item-api
# à la place de l'URL de l'API de PERISCOPE-api
# pour injecter une URL de l'API au moment de la création du conteneur
# et éviter ainsi d'avoir une URL de l'API en static dans l'image docker
VUE_APP_PERISCOPE_V2_API_URL=PLACEHOLDER_VUE_APP_PERISCOPE_V2_API_URL
Expand Down

0 comments on commit 3d6adc0

Please sign in to comment.