mirror of https://github.com/gogs/gogs.git
Dockerfile: fix up outdated s6-svscan path (#7880)
## Describe the pull request Link to the issue: https://github.com/gogs/gogs/issues/7864pull/7881/head
parent
c0332ff856
commit
3459f8df49
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue