Téléverser les fichiers vers "/"

This commit is contained in:
2025-10-13 15:09:54 +00:00
parent 0ef507f86b
commit 67f3d07411
3 changed files with 84 additions and 0 deletions

10
Dockerfile Normal file
View File

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