mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 03:30:39 +09:00
Add one-command OpenClaw Docker UI smoke script
This commit is contained in:
parent
1f7218640c
commit
34d9122b45
4 changed files with 202 additions and 1 deletions
|
|
@ -274,3 +274,13 @@ Optional auth flags (for authenticated mode):
|
|||
|
||||
- `PAPERCLIP_AUTH_HEADER` (for example `Bearer ...`)
|
||||
- `PAPERCLIP_COOKIE` (session cookie header value)
|
||||
|
||||
## OpenClaw Docker UI One-Command Script
|
||||
|
||||
To boot OpenClaw in Docker and print a host-browser dashboard URL in one command:
|
||||
|
||||
```sh
|
||||
pnpm smoke:openclaw-docker-ui
|
||||
```
|
||||
|
||||
This script lives at `scripts/smoke/openclaw-docker-ui.sh` and automates clone/build/config/start for Compose-based local OpenClaw UI testing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue