diff --git a/Dockerfile b/Dockerfile index 796a3c8..073aa9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN apt update && \ pi install npm:pi-subagents COPY * /workdir/ -ENTRYPOINT ["pi", "-p"] +ENTRYPOINT ["pi", "-p", "run the task in task.md"] diff --git a/docker-compose.yml b/docker-compose.yml index aafa23f..642eb2e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ services: image: docker:dind restart: unless-stopped privileged: true - llm-runner: + agentbox: build: context: . dockerfile: Dockerfile