gitea/act_runner/Dockerfile

4 lines
90 B
Docker

FROM gitea/act_runner:latest
COPY config.yaml /
COPY run.sh /
ENTRYPOINT ["sh", "/run.sh"]