From c7f0ab60d6a58659fe70552a657b5899137fe5b0 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Wed, 21 Feb 2024 16:19:44 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Sources/config/Doc?= =?UTF-8?q?kerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/config/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sources/config/Dockerfile b/Sources/config/Dockerfile index a18f12ff..ce7909e0 100755 --- a/Sources/config/Dockerfile +++ b/Sources/config/Dockerfile @@ -8,6 +8,5 @@ COPY . /var/www/ FROM nginx:1.19-alpine - -RUN ip addr show +RUN ls EXPOSE 80