Skip to content

Commit 7d61662

Browse files
kasbahAbdulrhmnGhanem
authored andcommitted
Add env-to-ini to dev docker file
1 parent 1d854f7 commit 7d61662

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile.gitea.dev

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ WORKDIR /go/src/code.gitea.io/gitea
3232

3333
RUN make build
3434

35+
# Begin env-to-ini build
36+
RUN go build contrib/environment-to-ini/environment-to-ini.go
37+
3538
EXPOSE 22 3000
3639

3740
RUN addgroup \
@@ -58,3 +61,4 @@ COPY docker/root /
5861
RUN mkdir -p /app/gitea
5962
RUN cp /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea
6063
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

Comments
 (0)