gitea/act_runner/Dockerfile

3 lines
76 B
Docker

FROM gitea/act_runner:latest
COPY config.yaml /
CMD ["act_runner", "daemon"]