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

5 lines
125 B
Docker
Raw Normal View History

2020-04-30 23:38:50 +00:00
FROM gitea/gitea:1.11.4-linux-amd64
2020-04-30 17:22:48 +00:00
COPY app.ini /init/
2020-04-30 19:47:28 +00:00
COPY ./templates /init/templates/
2020-04-30 17:22:48 +00:00
COPY run.sh /
CMD ["sh", "/run.sh"]