Skip to content

Commit 41fb6c5

Browse files
committed
Fix build: Remove references to missing diagnostic scripts
- Remove claude-wrapper.sh, test-mcp.sh, mcp-diagnostics.sh from Dockerfile - These are testing/diagnostic tools in tools/ directory, not needed for basic functionality - Keeps only essential run scripts for terminal operation
1 parent b4305f9 commit 41fb6c5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

claude-home/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ WORKDIR /
4545
# Copy run scripts and make them executable
4646
COPY run.sh /
4747
COPY run-simple.sh /
48-
COPY claude-wrapper.sh /usr/local/bin/claude-wrapper
49-
COPY test-mcp.sh /usr/local/bin/test-mcp
50-
COPY mcp-diagnostics.sh /usr/local/bin/mcp-diagnostics
51-
RUN chmod a+x /run.sh /run-simple.sh /usr/local/bin/claude-wrapper /usr/local/bin/test-mcp /usr/local/bin/mcp-diagnostics
48+
RUN chmod a+x /run.sh /run-simple.sh
5249

5350
# S6 expects the service in a specific location for legacy mode
5451
# Use the simple script for now

0 commit comments

Comments
 (0)