浏览代码

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 4 月之前
父节点
当前提交
3459f8df49
共有 1 个文件被更改,包括 1 次插入1 次删除
  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