aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authortechknowlogick2018-07-04 05:27:30 -0400
committerLauris BH2018-07-04 12:27:30 +0300
commitc3bbf43970a32fd3b933b07110dabe1468ea9178 (patch)
tree399c01b81c83a4f027ba81d5cfc39687708be503 /Dockerfile
parentfc53f95f2304c11220974eb606a0933b5a738ba1 (diff)
Fix docker build (#4358)
/app/gitea/gitea is the file, and /usr/local/bin is where the symlink will be located
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index eb790491c..53ffdda5d 100644
--- a/Dockerfile
+++ b/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