We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 146b7b2 + 615444d commit f1be352Copy full SHA for f1be352
Dockerfile.rootless
@@ -56,7 +56,8 @@ COPY docker/rootless /
56
COPY --from=build-env --chown=root:root /go/src/code.gitea.io/gitea/gitea /usr/local/bin/gitea
57
COPY --from=build-env --chown=root:root /go/src/code.gitea.io/gitea/environment-to-ini /usr/local/bin/environment-to-ini
58
59
-USER 1000:1000 # git:git
+#git:git
60
+USER 1000:1000
61
ENV GITEA_WORK_DIR /var/lib/gitea
62
ENV GITEA_CUSTOM /var/lib/gitea/custom
63
ENV GITEA_TEMP /tmp/gitea
0 commit comments