From 373cc847aba2aad528a104bec605b5d7a3022d38 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Sat, 17 Feb 2024 11:46:57 +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 | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Sources/config/Dockerfile b/Sources/config/Dockerfile index f2e296d3..239e5ecf 100755 --- a/Sources/config/Dockerfile +++ b/Sources/config/Dockerfile @@ -1,16 +1,8 @@ FROM php:8.2-apache as base -# Installation de dépendances nécessaires pour Composer -RUN apt-get update && apt-get install -y \ - git \ - unzip - -# Installation de Composer -# TODO : should use a image with composer install -RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer RUN docker-php-ext-install pdo pdo_mysql COPY . /var/www/html/ WORKDIR /var/www/html/ -EXPOSE 80 \ No newline at end of file +EXPOSE 88 \ No newline at end of file