From 2d24977f21fcdbe2580b9a369711dc891d082c67 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Fri, 24 Mar 2023 03:31:03 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Api/Dockerfile b/src/Api/Dockerfile index 64489b4..dda7f62 100644 --- a/src/Api/Dockerfile +++ b/src/Api/Dockerfile @@ -1,5 +1,6 @@ FROM node:latest ENV PORT=8080 +RUN ls WORKDIR /app #ARG http_proxy=http://193.49.118.36:8080 https_proxy=http://193.49.118.36:8080 ADD package.json /app