First running version of PHP and nginx.

This commit is contained in:
Christian Steinle
2022-10-04 06:04:09 +02:00
commit 1d65082965
8 changed files with 261 additions and 0 deletions

7
config/entrypoint.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
set -e
sed -i "s|/var/www/html|/var/www/html${SERVE_PATH}|g" /etc/nginx/nginx.conf
/usr/bin/supervisord -c /etc/supervisor/conf.d/supervisord.conf