From 47d30622ca9e8777a700e11b4e9576164e9c39c8 Mon Sep 17 00:00:00 2001 From: Vincent ASTOLFI Date: Mon, 6 Nov 2023 15:43:24 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Projet-Tut-Panoram?= =?UTF-8?q?a-master/Projet-Tut-Panorama-master/Panorama/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Projet-Tut-Panorama-master/Panorama/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/Dockerfile b/Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/Dockerfile index eac4be0..65e2ef5 100644 --- a/Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/Dockerfile +++ b/Projet-Tut-Panorama-master/Projet-Tut-Panorama-master/Panorama/Dockerfile @@ -1,2 +1,2 @@ -FROM php:8.1-apache -COPY ./ /var/www/html/ +FROM httpd:2.4 +COPY ./ /usr/local/apache2/htdocs/ \ No newline at end of file