This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
stack/gitea/Dockerfile

4 lines
79 B
Docker

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