Skip to content

Commit c3bbf43

Browse files
techknowlogicklafriks
authored andcommitted
Fix docker build (#4358)
/app/gitea/gitea is the file, and /usr/local/bin is where the symlink will be located
1 parent fc53f95 commit c3bbf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +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
61+
RUN ln -s /app/gitea/gitea /usr/local/bin/gitea

0 commit comments

Comments
 (0)