From f78276dbec063e741671706a1a7060de00ee22b6 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Wed, 21 Feb 2024 16:26:10 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/config/Dockerfile b/Sources/config/Dockerfile index e3af3b0c..ff9f14d6 100755 --- a/Sources/config/Dockerfile +++ b/Sources/config/Dockerfile @@ -9,6 +9,6 @@ COPY . /var/www/ FROM nginx:1.19-alpine RUN echo "" > /usr/share/nginx/html/index.php -COPY nginx.conf /etc/nginx/nginx.conf +COPY ./config/nginx.conf /etc/nginx/nginx.conf RUN ls EXPOSE 80