Dockerfile: fix up outdated s6-svscan path

pull/7880/head
Joe Chen 2024-12-23 10:47:48 -05:00
parent c0332ff856
commit 324ab33096
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