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 1d854f7 commit 7d61662Copy full SHA for 7d61662
Dockerfile.gitea.dev
@@ -32,6 +32,9 @@ WORKDIR /go/src/code.gitea.io/gitea
32
33
RUN make build
34
35
+# Begin env-to-ini build
36
+RUN go build contrib/environment-to-ini/environment-to-ini.go
37
+
38
EXPOSE 22 3000
39
40
RUN addgroup \
@@ -58,3 +61,4 @@ COPY docker/root /
58
61
RUN mkdir -p /app/gitea
59
62
RUN cp /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
60
63
RUN ln -s /app/gitea/gitea /usr/local/bin/gitea
64
+RUN cp /go/src/code.gitea.io/gitea/environment-to-ini /usr/local/bin/environment-to-ini
0 commit comments