From f9b1b0c372079de7b7985d2f41724a135dc01985 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Tue, 15 Apr 2025 10:37:21 +0200 Subject: [PATCH] Path is written several times. --- config/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/entrypoint.sh b/config/entrypoint.sh index 15fb7b2..c2f8322 100755 --- a/config/entrypoint.sh +++ b/config/entrypoint.sh @@ -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