From fa945a0be7245a4f82c8fe29438ce95a118136d2 Mon Sep 17 00:00:00 2001 From: DevMiner Date: Thu, 8 Feb 2024 02:03:09 +0100 Subject: [PATCH] fix: make shutdown quicker --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index e080077..0bb7baf 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,4 +2,4 @@ chown -R app:app /static -su app -c "/bin/gostatic --files /static --addr :80 $*" +exec su app -c "/bin/gostatic --files /static --addr :80 $*"