Initial win-port

This commit is contained in:
3wc
2021-12-03 14:19:23 +02:00
commit 6572811159
20 changed files with 2484 additions and 0 deletions

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM php:8.1-apache
COPY entrypoint-wordpress.sh /usr/local/bin/
COPY apache-docker.conf /etc/apache2/sites-enabled/
ENTRYPOINT /usr/local/bin/entrypoint-wordpress.sh