Write serve path only once.
All checks were successful
Build nginx fpm 8.2 image / Build-and-release-image (push) Successful in 1m3s

This commit is contained in:
2025-04-15 10:45:18 +02:00
parent 3467ab8e9a
commit 460d34325b

View File

@@ -2,6 +2,6 @@
set -e
sed -i "s|/var/www/html|/var/www/html${SERVE_PATH}|g" /etc/nginx/nginx.conf
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