feat: add MSYS path fix, Claude Code CLI, and Windows instructions

- Prevent MSYS from converting Unix container paths on Windows
- Install @anthropic-ai/claude-code globally in the Docker image
- Add Windows platform instructions to README
This commit is contained in:
ezl-keygraph
2026-02-16 20:04:51 +05:30
parent ce2628f6f0
commit e85f6e0c73
3 changed files with 11 additions and 0 deletions
+2
View File
@@ -127,6 +127,8 @@ RUN cd mcp-server && npm run build && cd .. && npm run build
RUN npm prune --production && \
cd mcp-server && npm prune --production
RUN npm install -g @anthropic-ai/claude-code
# Create directories for session data and ensure proper permissions
RUN mkdir -p /app/sessions /app/deliverables /app/repos /app/configs && \
mkdir -p /tmp/.cache /tmp/.config /tmp/.npm && \