FROM gitea/gitea:latest
COPY app.ini /init/
COPY ./templates /init/templates/
COPY run.sh /
CMD ["sh", "/run.sh"]