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 a09ea2f commit daf2776Copy full SHA for daf2776
Dockerfile
@@ -78,7 +78,7 @@ ENV GITEA_CUSTOM=/data/gitea
78
VOLUME ["/data"]
79
80
ENTRYPOINT ["/usr/bin/entrypoint"]
81
-CMD ["/bin/s6-svscan", "/etc/s6"]
+CMD ["/usr/bin/s6-svscan", "/etc/s6"]
82
83
COPY --from=build-env /tmp/local /
84
COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
0 commit comments