mirror of
https://github.com/gogs/gogs.git
synced 2026-01-16 04:12:17 +01:00
Dockerfile: fix up outdated s6-svscan path (#7880)
## Describe the pull request Link to the issue: https://github.com/gogs/gogs/issues/7864
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user