This commit is contained in:
Walter Hupfeld
2024-03-13 10:09:43 +01:00
parent 691aaa0bdd
commit 8217b5a7ce
7 changed files with 63 additions and 80 deletions

View File

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