From f62972f65932a486ec0355cd61df3372fca371f3 Mon Sep 17 00:00:00 2001 From: Maxime Mouchet Date: Fri, 18 Nov 2022 20:29:12 +0100 Subject: [PATCH] Properly pass signals to lighttpd --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 48df1e6..e970d34 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -15,4 +15,4 @@ if [[ "${INIT_ASSETS}" == "1" ]] && [[ ! -f "/www/assets/config.yml" ]]; then fi echo "Starting webserver" -lighttpd -D -f /lighttpd.conf +exec lighttpd -D -f /lighttpd.conf -- 2.41.0