Téléverser les fichiers vers "/"

This commit is contained in:
2025-10-13 18:01:39 +00:00
parent 257657a630
commit e2f913a543
3 changed files with 82 additions and 0 deletions

9
Dockerfile Normal file
View File

@@ -0,0 +1,9 @@
FROM php:8.2-apache
LABEL authors="Fahym"
COPY . /var/www/html
WORKDIR /var/www/html
RUN docker-php-ext-install pdo pdo_mysql
EXPOSE 80