Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #48 from louis-antoine-etsmtl/louis-antoine-etsmtl…
Browse files Browse the repository at this point in the history
…-patch-1

Update Dockerfile
  • Loading branch information
louis-antoine-etsmtl authored Mar 25, 2024
2 parents d366cbb + bf00b7e commit ba2acff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ RUN npm install
# Copier le reste des fichiers du projet dans le conteneur
COPY . .

# Créer le fichier .env avec les variables d'environnement nécessaires
RUN echo "VITE_BACKEND_URL=10.196.10.69:4400\nVITE_AZURE_BACKEND_URL=10.196.10.69:4400" > .env

# Exécuter le script de build du projet
RUN npm run build

Expand Down

0 comments on commit ba2acff

Please sign in to comment.