8 lines
171 B
Docker
8 lines
171 B
Docker
FROM gitea/gitea:latest-rootless
|
|
|
|
ADD --chown=git:git config /etc/gitea
|
|
ADD --chown=git:git custom /etc/gitea-custom
|
|
|
|
ENV GITEA_CUSTOM=/etc/gitea-custom
|
|
ENV BUCKET_KEY=""
|