Téléverser les fichiers vers "/"

This commit is contained in:
MahmoudH93 2025-05-06 14:08:04 +00:00
parent f17e3ebf23
commit 6b8ebe7c35

9
Docker.Dockerfile Normal file
View File

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