From b20436b938504d13b9d3c9621563894235387129 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Wed, 21 Feb 2024 16:14:42 +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 | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Sources/config/Dockerfile b/Sources/config/Dockerfile index f48ebe55..c075c7ea 100755 --- a/Sources/config/Dockerfile +++ b/Sources/config/Dockerfile @@ -1,14 +1,3 @@ -FROM php:8.2-fpm as base - -RUN docker-php-ext-install pdo pdo_mysql - -WORKDIR /var/www/ - -COPY . /var/www/ - - FROM nginx:1.19-alpine -COPY ./config/nginx.conf /etc/nginx/conf.d/default.conf -COPY --from=base /var/www/ /var/www/ RUN ip addr show EXPOSE 80