Supprimer Dockerfile

This commit is contained in:
2026-06-03 09:04:17 +00:00
parent 709826a53b
commit f53e39cb41

View File

@@ -1,9 +0,0 @@
FROM php:8.2-apache
RUN docker-php-ext-install mysqli
COPY . /var/www/html/
RUN chown -R www-data:www-data /var/www/html/
EXPOSE 80