From eeb2b8e3abd950faf5ba466ce5edadcf7dbd968d Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Sat, 17 Feb 2024 11:11:35 +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 89065325..8c4c69e6 100755 --- a/Sources/config/Dockerfile +++ b/Sources/config/Dockerfile @@ -13,5 +13,4 @@ RUN docker-php-ext-install pdo pdo_mysql COPY . /var/www/ WORKDIR /var/www/ -EXPOSE 80 -RUN composer install \ No newline at end of file +EXPOSE 80 \ No newline at end of file