From 01157b2f79d39b6cb06fdbd0bcf24bf4d94bbe3b Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Mon, 23 Dec 2024 10:53:40 -0500 Subject: [PATCH] Dockerfile: fix up outdated s6-svscan path (#7880) ## Describe the pull request Link to the issue: https://github.com/gogs/gogs/issues/7864 --- docker/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/start.sh b/docker/start.sh index be075f066..c7d95a30b 100755 --- a/docker/start.sh +++ b/docker/start.sh @@ -79,5 +79,5 @@ fi if [ $# -gt 0 ];then exec "$@" else - exec /bin/s6-svscan /app/gogs/docker/s6/ + exec /usr/bin/s6-svscan /app/gogs/docker/s6/ fi