initial commit

This commit is contained in:
Romane
2026-07-31 22:25:57 +02:00
commit 020442c9d6
5 changed files with 36 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
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"]