gitea/act_runner/Dockerfile

4 lines
90 B
Docker
Raw Normal View History

2023-10-20 17:39:51 +00:00
FROM gitea/act_runner:latest
COPY config.yaml /
2023-10-20 18:26:54 +00:00
COPY run.sh /
ENTRYPOINT ["sh", "/run.sh"]