mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Fix onboard smoke Docker flow for clean npx runs
This commit is contained in:
parent
5dffdbb382
commit
bbf7490f32
3 changed files with 23 additions and 2 deletions
|
|
@ -86,9 +86,12 @@ Useful overrides:
|
|||
|
||||
```sh
|
||||
HOST_PORT=3200 PAPERCLIPAI_VERSION=latest ./scripts/docker-onboard-smoke.sh
|
||||
PAPERCLIP_DEPLOYMENT_MODE=authenticated PAPERCLIP_DEPLOYMENT_EXPOSURE=private ./scripts/docker-onboard-smoke.sh
|
||||
```
|
||||
|
||||
Notes:
|
||||
|
||||
- Persistent data is mounted at `./data/docker-onboard-smoke` by default.
|
||||
- Container runtime user id defaults to your local `id -u` so the mounted data dir stays writable while avoiding root runtime.
|
||||
- Smoke script defaults to `authenticated/private` mode so `HOST=0.0.0.0` can be exposed to the host on port 3100.
|
||||
- The image definition is in `Dockerfile.onboard-smoke`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue