refactor(images): pull from registry instead of building; add build.sh for local dev
This commit is contained in:
parent
ff9ed447c0
commit
2d822305d1
6 changed files with 48 additions and 18 deletions
|
|
@ -44,11 +44,12 @@ docker-claude/
|
|||
## Development Workflow
|
||||
|
||||
```bash
|
||||
chmod +x claude.sh
|
||||
chmod +x claude.sh build.sh
|
||||
cp .env.example .env # set ANTHROPIC_API_KEY (and WEBUI_PASSWORD for web mode)
|
||||
cd /path/to/project && ./claude.sh start # build + start proxy + launch Claude (mounts CWD as /workspace)
|
||||
./claude.sh web # build + start proxy + webui (browser terminal on :7681)
|
||||
./claude.sh update # rebuild images (no cache) after upstream updates
|
||||
cd /path/to/project && ./claude.sh start # start proxy + launch Claude (pulls images, mounts CWD)
|
||||
./claude.sh web # start proxy + webui (browser terminal on :7681)
|
||||
./claude.sh update # pull latest images from registry
|
||||
./build.sh # build images locally (development)
|
||||
```
|
||||
|
||||
## Coding Standards
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue