From 39cc0375694d525f4bf0dbb87b8306bce3aa8d7e Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Sat, 17 Feb 2024 11:58: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 879e3f8d..076b3546 100755 --- a/Sources/config/Dockerfile +++ b/Sources/config/Dockerfile @@ -2,7 +2,7 @@ FROM php:8.2-apache as base RUN docker-php-ext-install pdo pdo_mysql -COPY . /var/www/html/ +COPY ./public /var/www/html/ WORKDIR /var/www/html/ EXPOSE 80 \ No newline at end of file