From aa7b6b3672730294f8fb14767dc5ced281b713b4 Mon Sep 17 00:00:00 2001 From: Dorian HODIN Date: Wed, 5 Jun 2024 10:38:34 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b45bfee..9df732c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ RUN apt-get update && apt-get install -y git zip COPY . /var/www/html WORKDIR /var/www/html RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer -RUN composer update --no-autoloader && composer install --no-autoloader +RUN composer install RUN a2enmod rewrite RUN a2enmod actions RUN service apache2 restart \ No newline at end of file