소스 검색

Fix docker build (#4358)

/app/gitea/gitea is the file, and /usr/local/bin is where the symlink will be located
tags/v1.6.0-dev
techknowlogick 5 년 전
부모
커밋
c3bbf43970
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile 파일 보기

@@ -58,4 +58,4 @@ CMD ["/bin/s6-svscan", "/etc/s6"]

COPY docker /
COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
RUN ln -s /usr/local/bin/gitea /app/gitea/gitea
RUN ln -s /app/gitea/gitea /usr/local/bin/gitea

Loading…
취소
저장