This commit is contained in:
Walter Hupfeld
2023-10-06 13:08:54 +02:00
parent 9f853bbb7c
commit 6b233bd192
4 changed files with 77 additions and 1 deletions

7
php81-apache/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM php:8.1-apache
RUN apt-get update && docker-php-ext-install pdo_mysql calendar mysqli
RUN a2enmod rewrite headers
COPY . /var/www
EXPOSE 80