9 lines
228 B
Docker
9 lines
228 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
|
|
|
|
RUN rm /etc/gitea/app.ini
|
|
RUN mv /etc/gitea/dev.app.ini /etc/gitea/app.ini
|