split dockerfile locations and stuff
This commit is contained in:
+3
-2
@@ -1,10 +1,11 @@
|
||||
FROM node:latest
|
||||
WORKDIR /workdir
|
||||
WORKDIR /context
|
||||
|
||||
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/
|
||||
COPY * /context/
|
||||
WORKDIR /workdir
|
||||
ENTRYPOINT ["sleep", "infinity"]
|
||||
|
||||
Reference in New Issue
Block a user