From bfd039d9bb3ab2e57a56b53dd3d2d39e9fe712bf Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Wed, 21 Feb 2024 17:07:52 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Sources/config/Doc?= =?UTF-8?q?kerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/config/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/config/Dockerfile b/Sources/config/Dockerfile index 5b90b658..885c084c 100755 --- a/Sources/config/Dockerfile +++ b/Sources/config/Dockerfile @@ -12,6 +12,7 @@ RUN docker-php-ext-install pdo pdo_mysql # Copy configs COPY ./config/virtual-host.conf /etc/apache2/sites-available/000-default.conf +COPY ./config/httpd.conf /etc/apache2/httpd.conf # Setup App RUN mkdir -p /app/public && chown -R www-data:www-data /app