From 8d5f1ddefeddf9b6938e748e0c9067925ff548ad Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Wed, 21 Feb 2024 16:44:22 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/config/Dockerfile b/Sources/config/Dockerfile index a07de722..4d283d13 100755 --- a/Sources/config/Dockerfile +++ b/Sources/config/Dockerfile @@ -3,7 +3,7 @@ FROM php:8.2-apache as base RUN docker-php-ext-install pdo pdo_mysql # Copy configs -COPY virtual-host.conf /etc/apache2/sites-available/000-default.conf +COPY ./config/virtual-host.conf /etc/apache2/sites-available/000-default.conf # Setup App RUN mkdir -p /app/public && chown -R www-data:www-data /app