Skip to content

Commit 6598745

Browse files
tboergerlunny
authored andcommitted
Copy gitea binary to docker from correct path (#325)
Signed-off-by: Thomas Boerger <tboerger@suse.de>
1 parent 590a79f commit 6598745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ COPY docker /
4141

4242
COPY public /app/gitea/public
4343
COPY templates /app/gitea/templates
44-
COPY bin/gitea /app/gitea/gitea
44+
COPY gitea /app/gitea/gitea

Dockerfile.rpi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ COPY docker /
4141

4242
COPY public /app/gitea/public
4343
COPY templates /app/gitea/templates
44-
COPY bin/gitea /app/gitea/gitea
44+
COPY gitea /app/gitea/gitea

0 commit comments

Comments
 (0)