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: .