feat: local development working
This commit is contained in:
5
gitea/Dockerfile
Normal file
5
gitea/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user