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.
|
FROM gitea/gitea:1.11.4-linux-amd64
|
|
COPY app.ini /init/
|
|
COPY ./templates /init/templates/
|
|
COPY run.sh /
|
|
CMD ["sh", "/run.sh"] |