Add one-command OpenClaw Docker UI smoke script

This commit is contained in:
Dotta
2026-03-05 09:15:46 -06:00
parent 1f7218640c
commit 34d9122b45
4 changed files with 202 additions and 1 deletions

View File

@@ -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.