Grundlegender Aufbau erstellt.

This commit is contained in:
2021-03-25 21:48:25 +01:00
parent a93c767142
commit 5c49997eba
7 changed files with 120 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
FROM php:8.0-apache
WORKDIR /var/www
RUN a2enmod rewrite