make agentbox inactive by default
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
@@ -3,6 +3,8 @@ services:
|
||||
image: docker:dind
|
||||
restart: unless-stopped
|
||||
privileged: true
|
||||
environment:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
agentbox:
|
||||
build:
|
||||
context: .
|
||||
|
||||
Reference in New Issue
Block a user