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