diff options
author | Thomas Boerger <thomas@webhippie.de> | 2016-12-01 11:53:26 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2016-12-01 18:53:26 +0800 |
commit | 6598745f072d2daf28fe2e0b25965afd3129abfb (patch) | |
tree | 93ca5a88cf559980a3a65609c8b9a262943c82e0 /Dockerfile | |
parent | 590a79ff8a7f8f9eab9dc19ea96dae2083449c70 (diff) | |
download | gitea-6598745f072d2daf28fe2e0b25965afd3129abfb.tar.gz gitea-6598745f072d2daf28fe2e0b25965afd3129abfb.zip |
Copy gitea binary to docker from correct path (#325)
Signed-off-by: Thomas Boerger <tboerger@suse.de>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile index bc6b72a208..775d202e33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,4 +41,4 @@ COPY docker / COPY public /app/gitea/public COPY templates /app/gitea/templates -COPY bin/gitea /app/gitea/gitea +COPY gitea /app/gitea/gitea |