From 0783570a3522602a4f1568134f88334fe150c07f Mon Sep 17 00:00:00 2001 From: Dorian HODIN Date: Wed, 5 Jun 2024 10:47:27 +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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9df732c..350c72a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,4 +6,6 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local RUN composer install RUN a2enmod rewrite RUN a2enmod actions -RUN service apache2 restart \ No newline at end of file +RUN service apache2 restart +EXPOSE 8080 +ENTRYPOINT ["php","-S","0.0.0.0:8080","-t","./public"] \ No newline at end of file