소스 검색

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