Dockerfile: fix up outdated s6-svscan path (#7880)

## Describe the pull request

Link to the issue: https://github.com/gogs/gogs/issues/7864
release/0.13
Joe Chen 2024-12-23 10:53:40 -05:00
parent 0c40e600a2
commit 01157b2f79
1 changed files with 1 additions and 1 deletions

View File

@ -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