make agentbox inactive by default
This commit is contained in:
+1
-1
@@ -7,4 +7,4 @@ RUN apt update && \
|
|||||||
pi install npm:pi-subagents
|
pi install npm:pi-subagents
|
||||||
|
|
||||||
COPY * /workdir/
|
COPY * /workdir/
|
||||||
ENTRYPOINT ["pi", "-p", "run the task in task.md"]
|
ENTRYPOINT ["sleep", "infinity"
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ services:
|
|||||||
image: docker:dind
|
image: docker:dind
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
privileged: true
|
privileged: true
|
||||||
|
environment:
|
||||||
|
DOCKER_TLS_CERTDIR: ""
|
||||||
agentbox:
|
agentbox:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
|||||||
Reference in New Issue
Block a user