From d9b39e2d4a7d6fe49c4a1bf54cce29e86565bde1 Mon Sep 17 00:00:00 2001 From: Romane <122701716+rom-vtn@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:55:32 +0200 Subject: [PATCH] make agentbox inactive by default --- Dockerfile | 2 +- docker-compose.yml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 073aa9c..413b908 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN apt update && \ pi install npm:pi-subagents COPY * /workdir/ -ENTRYPOINT ["pi", "-p", "run the task in task.md"] +ENTRYPOINT ["sleep", "infinity" diff --git a/docker-compose.yml b/docker-compose.yml index 642eb2e..1257422 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,6 +3,8 @@ services: image: docker:dind restart: unless-stopped privileged: true + environment: + DOCKER_TLS_CERTDIR: "" agentbox: build: context: .