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 4648584 commit 84d2a82Copy full SHA for 84d2a82
Dockerfile.rootless
@@ -31,6 +31,7 @@ EXPOSE 2222 3000
31
RUN apk --no-cache add \
32
bash \
33
ca-certificates \
34
+ dumb-init \
35
gettext \
36
git \
37
curl \
@@ -68,6 +69,6 @@ ENV HOME "/var/lib/gitea/git"
68
69
VOLUME ["/var/lib/gitea", "/etc/gitea"]
70
WORKDIR /var/lib/gitea
71
-ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
72
+ENTRYPOINT ["/usr/bin/dumb-init", "--", "/usr/local/bin/docker-entrypoint.sh"]
73
CMD []
74
0 commit comments