modified: act-runners/fatboy/Dockerfile
/ build-docker-image (push) Successful in 18s

This commit is contained in:
Márcio Fernandes
2026-05-02 01:02:38 +00:00
parent 5eaf354307
commit 9b5855c813
+2
View File
@@ -62,5 +62,7 @@ RUN curl -L https://github.com/rootless-containers/rootlesskit/releases/download
# ---------------------------------------------------------
# Default entrypoint
# ---------------------------------------------------------
WORKDIR /data
ENTRYPOINT ["/usr/bin/tini", "--", "/usr/local/bin/act_runner"]
CMD ["daemon", "--config", "/etc/act_runner/config.yaml"]