From b5c62a979154157bd722a3e29fcbab811979d368 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Sat, 17 Feb 2024 11:11:19 +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 ff714447..89065325 100755 --- a/Sources/config/Dockerfile +++ b/Sources/config/Dockerfile @@ -13,5 +13,5 @@ RUN docker-php-ext-install pdo pdo_mysql COPY . /var/www/ WORKDIR /var/www/ - +EXPOSE 80 RUN composer install \ No newline at end of file