This commit is contained in:
2026-09-20 02:50:35 +05:00
commit 3d038b042f
3 changed files with 26 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
## How to use
```bash
alias ccc='docker run --rm -it -v ~/.claude:/root/.claude -v ~/.claude.json:/root/.claude.json -v $PWD:$PWD -w $PWD git.shihaam.dev/dockerfiles/ccc'
```