Skip to content

Commit 3c21401

Browse files
committed
Move the gitea binary to /usr/local/bin/ in Docker image
Signed-off-by: Tao Wang <[email protected]>
1 parent 4450604 commit 3c21401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ CMD ["/bin/s6-svscan", "/etc/s6"]
5858

5959
COPY docker /
6060
COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
61+
RUN ln -s /usr/local/bin/gitea /app/gitea/gitea

0 commit comments

Comments
 (0)