Explorar o código

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

## Describe the pull request

Link to the issue: https://github.com/gogs/gogs/issues/7864
Joe Chen hai 4 meses
pai
achega
3459f8df49
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docker/start.sh

+ 1 - 1
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