3 lines
76 B
Docker
3 lines
76 B
Docker
|
FROM gitea/act_runner:latest
|
||
|
COPY config.yaml /
|
||
|
CMD ["act_runner", "daemon"]
|