feat: moved to git subdomain

This commit is contained in:
2025-02-11 23:10:57 -05:00
parent 116c683300
commit 5ec2bd0c35
4 changed files with 20 additions and 24 deletions

View File

@@ -2,7 +2,7 @@ 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 GITEA_CUSTOM=/etc/gitea-custom
RUN rm /etc/gitea/app.ini
RUN mv /etc/gitea/dev.app.ini /etc/gitea/app.ini