From b731a38c274b4634b6b6e4551f19fe592fb3e525 Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Mon, 1 Apr 2024 17:45:25 +0200 Subject: [PATCH] Modification pour prise en compte dans le build --- .drone.yml | 1 - Dockerfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index a9734ba..05fbaea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,5 +28,4 @@ steps: CONTAINERNAME: front COMMAND: create OVERWRITE: true - CODEFIRST_CLIENTDRONE_ENV_BASE_URL: /containers/tombiard-front/ ADMINS: alixjeudi--lemoine,victorsoulier,gwenaelplanchon \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 178866b..99978b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ WORKDIR /front COPY --chown=node:node science-quest/ . # Met en variable d'environnement le port 443 pour http-server -ENV PORT=443 +ENV PORT=443 BASE_URL=/containers/tombiard-front/ # Installe les dépendances nécéssaires RUN npm install