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 . .