Clean up: remove stale scripts/docs, fix debug prints, update PLAN.md
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
FROM node:20-slim
|
||||
RUN apt-get update && apt-get install -y git openssh-client tmux && rm -rf /var/lib/apt/lists/*
|
||||
RUN npm install -g @anthropic-ai/claude-code
|
||||
WORKDIR /workspace
|
||||
ENTRYPOINT ["tmux", "new-session", "-A", "-s", "main"]
|
||||
Reference in New Issue
Block a user