From 1d8cdbd772f4e5f74394d1d7c5bad3adf8262f7c Mon Sep 17 00:00:00 2001 From: Dorian HODIN Date: Wed, 5 Jun 2024 11:35:04 +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 df7596c..8d90ec1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN a2enmod actions COPY ./vhost.conf /etc/apache2/sites-available/000-default.conf RUN service apache2 restart -ENTRYPOINT ["php","-S","0.0.0.0:8383","-t","./public"] \ No newline at end of file +ENTRYPOINT ["php","-S","0.0.0.0:80","-t","./public"] \ No newline at end of file