Téléverser les fichiers vers "/"

This commit is contained in:
2026-06-03 08:52:09 +00:00
parent d37151273f
commit 709826a53b
3 changed files with 59 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
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