Initial win-port
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user