Add missing path in the Docker app.ini template (#2181)

This commit is contained in:
Tao Wang 2018-07-04 10:44:46 +10:00 committed by techknowlogick
parent 5676f60cba
commit 823318bfbe
2 changed files with 8 additions and 0 deletions

View file

@ -58,3 +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