From 68702d48b12a5619c8d5bed6dcaa5fa083f6386f Mon Sep 17 00:00:00 2001 From: Freitas_Enzo Date: Wed, 3 Jun 2026 09:10:27 +0000 Subject: [PATCH] Supprimer Dockerfile --- Dockerfile | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 5d9cb49..0000000 --- a/Dockerfile +++ /dev/null @@ -1,20 +0,0 @@ -FROM php:8.2-apache - -RUN apt-get update && apt-get install -y \ - zip \ - unzip \ - git - -RUN docker-php-ext-install mysqli - -RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - -COPY . /var/www/html/ - -WORKDIR /var/www/html - -RUN composer install --no-interaction --ignore-platform-reqs - -RUN chown -R www-data:www-data /var/www/html/ - -EXPOSE 80 \ No newline at end of file