From e1be4c9714cdd144ba28c7c258297a622326952c Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Thu, 23 Mar 2023 12:11:18 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/Api/Dockerfile?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Dockerfile b/src/Api/Dockerfile index cdf8221..f8e4b3a 100644 --- a/src/Api/Dockerfile +++ b/src/Api/Dockerfile @@ -1,7 +1,7 @@ FROM node:latest ENV PORT=8080 WORKDIR /app -ARG http_proxy=http://193.49.118.36:8080 https_proxy=http://193.49.118.36:8080 +#ARG http_proxy=http://193.49.118.36:8080 https_proxy=http://193.49.118.36:8080 COPY package*.json . COPY tsconfig.json . COPY . .