Files
weather/bin/run-claude-docker.sh
2026-01-09 14:39:44 -07:00

7 lines
125 B
Bash
Executable File

#!/usr/bin/bash
docker run -it --rm \
-v /code/php/sites/weather:/app \
--name claude-dev-weather \
claude-code-php84