diff options
author | Tao Wang <twang2218@gmail.com> | 2018-07-04 10:44:46 +1000 |
---|---|---|
committer | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-07-03 20:44:46 -0400 |
commit | 823318bfbe9a61fb09a4c8e6da68c7daab1bd35c (patch) | |
tree | 88ad21de6abb72144ebd55e7d3e322de9b6c616f /Dockerfile | |
parent | 5676f60cbacc6728f26e7db2eff47ed48ae4074b (diff) | |
download | gitea-823318bfbe9a61fb09a4c8e6da68c7daab1bd35c.tar.gz gitea-823318bfbe9a61fb09a4c8e6da68c7daab1bd35c.zip |
Add missing path in the Docker app.ini template (#2181)
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile index 8e3516418b..eb790491c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 |