[skip-ci] Add clarifying comment

This commit is contained in:
erik 2023-05-24 10:52:46 +02:00
parent d188cd236d
commit 47e168063b

View file

@ -28,6 +28,7 @@ RUN if [ -n "${GITEA_VERSION}" ]; then git checkout "${GITEA_VERSION}"; fi \
# Begin env-to-ini build
RUN go build contrib/environment-to-ini/environment-to-ini.go
# Run stage
FROM docker.io/library/alpine:3.17
LABEL maintainer="contact@forgejo.org"