Files
nginx-fpm-8-4/config/entrypoint.sh
Christian Steinle f9b1b0c372
All checks were successful
Build nginx fpm 8.4 image / Build-and-release-image (push) Successful in 1m57s
Path is written several times.
2025-04-15 10:37:21 +02:00

8 lines
162 B
Bash
Executable File

#!/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