Loading docker/app_Dockerfile +8 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ ENV HTTP_PROXY=${HTTP_PROXY} ENV http_proxy=${HTTP_PROXY} ENV HTTPS_PROXY=${HTTP_PROXY} ENV https_proxy=${HTTP_PROXY} ENV no_proxy=${NO_PROXY} ENV NO_PROXY=${NO_PROXY} RUN if [ "$HTTP_PROXY" != "" ]; \ then \ Loading Loading @@ -118,6 +120,12 @@ RUN npm install --global yarn WORKDIR /var/application/ui RUN yarn install # On désactive le proxy ENV HTTP_PROXY="" ENV http_proxy="" ENV HTTPS_PROXY="" ENV https_proxy="" # Copier le script de surveillance WORKDIR /var/application Loading Loading
docker/app_Dockerfile +8 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ ENV HTTP_PROXY=${HTTP_PROXY} ENV http_proxy=${HTTP_PROXY} ENV HTTPS_PROXY=${HTTP_PROXY} ENV https_proxy=${HTTP_PROXY} ENV no_proxy=${NO_PROXY} ENV NO_PROXY=${NO_PROXY} RUN if [ "$HTTP_PROXY" != "" ]; \ then \ Loading Loading @@ -118,6 +120,12 @@ RUN npm install --global yarn WORKDIR /var/application/ui RUN yarn install # On désactive le proxy ENV HTTP_PROXY="" ENV http_proxy="" ENV HTTPS_PROXY="" ENV https_proxy="" # Copier le script de surveillance WORKDIR /var/application Loading