adding stuff for claude

This commit is contained in:
2026-01-09 14:00:45 -07:00
parent 0a7e39208a
commit d03469b541
3 changed files with 97 additions and 0 deletions

3
bin/rebuild-claude-docker.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/bash
docker build --tag claude-code-php84:latest --file Claude.Dockerfile .

8
bin/run-claude-docker.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/bash
docker run -it --rm \
-v /code/php/sites/thepatterncreator:/app \
-v /code/php/sites/thepatterncreator/claude-config:/root/.config/claude-code \
-v /code/php/sites/thepatterncreator/mcps/ssh:/root/.ssh \
--name claude-dev-weather \
claude-code-php84