6 lines
152 B
Docker
6 lines
152 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
|