summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorTao Wang <twang2218@gmail.com>2018-07-04 02:44:46 +0200
committertechknowlogick <techknowlogick@users.noreply.github.com>2018-07-04 02:44:46 +0200
commit823318bfbe9a61fb09a4c8e6da68c7daab1bd35c (patch)
tree88ad21de6abb72144ebd55e7d3e322de9b6c616f /Dockerfile
parentKeep preseeded database password (#4284) (diff)
downloadforgejo-823318bfbe9a61fb09a4c8e6da68c7daab1bd35c.tar.xz
forgejo-823318bfbe9a61fb09a4c8e6da68c7daab1bd35c.zip
Add missing path in the Docker app.ini template (#2181)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
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