File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ RUN mkdir -p /var/lib/gitea /etc/gitea
78
78
RUN chown git:git /var/lib/gitea /etc/gitea
79
79
80
80
# Copy local files
81
- COPY --chmod=755 docker/rootless /tmp/local
81
+ COPY --chmod=755 docker/rootless /
82
82
83
83
COPY --from=build-env --chmod=755 --chown=root:root /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
84
84
COPY --from=build-env --chmod=755 --chown=root:root /go/src/code.gitea.io/gitea/environment-to-ini /usr/local/bin/environment-to-ini
@@ -130,7 +130,7 @@ VOLUME ["/data"]
130
130
ENTRYPOINT ["/usr/bin/entrypoint" ]
131
131
CMD ["/bin/s6-svscan" , "/etc/s6" ]
132
132
133
- COPY --chmod=755 docker/root /tmp/local
133
+ COPY --chmod=755 docker/root /
134
134
135
135
COPY --from=build-env --chmod=755 /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
136
136
COPY --from=build-env --chmod=755 /go/src/code.gitea.io/gitea/environment-to-ini /usr/local/bin/environment-to-ini
You can’t perform that action at this time.
0 commit comments