We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7292e1 commit 1e39371Copy full SHA for 1e39371
Dockerfile.rootless
@@ -56,7 +56,7 @@ 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
+USER 1000:1000 # git:git
60
ENV GITEA_WORK_DIR /var/lib/gitea
61
ENV GITEA_CUSTOM /var/lib/gitea/custom
62
ENV GITEA_TEMP /tmp/gitea
0 commit comments