9 lines
277 B
Bash
Executable File
9 lines
277 B
Bash
Executable File
#!/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
|