Explorar el 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 hace 4 meses
padre
commit
3459f8df49
Se han modificado 1 ficheros con 1 adiciones y 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