Files
agentbox-test/Dockerfile
T
2026-07-31 22:40:51 +02:00

11 lines
264 B
Docker

FROM node:latest
WORKDIR /workdir
RUN apt update && \
apt install -y git bash docker-cli && \
npm install -g --ignore-scripts @earendil-works/pi-coding-agent && \
pi install npm:pi-subagents
COPY * /workdir/
ENTRYPOINT ["pi", "-p", "run the task in task.md"]