Initial creation of image with php8.4-fpm with nginx

This commit is contained in:
2025-03-20 16:10:46 +01:00
commit 2688243d59
8 changed files with 328 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