From 8a2cc449b2bd8e72da8dfd382eea09c72d3bfb98 Mon Sep 17 00:00:00 2001 From: Thomas CHAZOT Date: Mon, 4 Dec 2023 15:00:54 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'cryptide=5Fproject?= =?UTF-8?q?/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cryptide_project/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptide_project/Dockerfile b/cryptide_project/Dockerfile index 9ef16e9..4911633 100644 --- a/cryptide_project/Dockerfile +++ b/cryptide_project/Dockerfile @@ -26,6 +26,6 @@ RUN touch /usr/local/apache2/conf/httpd.conf RUN echo "AddType text/css .css" >> /usr/local/apache2/conf/httpd.conf RUN echo "AddType application/javascript .js" >> /usr/local/apache2/conf/httpd.conf -RUN ls /usr/local/apache2/htdocs/ +RUN ls /usr/local/apache2/conf/httpd.conf # Exposer le port 80 (par défaut pour Apache) EXPOSE 80