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

This commit is contained in:
Márcio Fernandes
2026-05-02 00:53:21 +00:00
parent 14a3d979ff
commit 5eaf354307
+1 -1
View File
@@ -62,5 +62,5 @@ RUN curl -L https://github.com/rootless-containers/rootlesskit/releases/download
# ---------------------------------------------------------
# Default entrypoint
# ---------------------------------------------------------
ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/act_runner"]
ENTRYPOINT ["/usr/bin/tini", "--", "/usr/local/bin/act_runner"]
CMD ["daemon", "--config", "/etc/act_runner/config.yaml"]