This commit is contained in:
s4msk0
2025-10-13 17:11:21 +02:00
parent ac2c4b5750
commit dcb9c5fc1b
5 changed files with 144 additions and 0 deletions

9
ma_bibli/Dockerfile Normal file
View File

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