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