Commit Graph

3 Commits

Author SHA1 Message Date
fb2a3466c4 Document npm registry mirror and Docker named volumes for builds
Per Issue #2, the static build workflow now consistently uses:
- npm_config_registry env var to switch to npmmirror (China mainland)
- duoji-node-modules named volume (replaces --tmpfs to avoid noexec)
- duoji-npm-cache named volume (faster subsequent installs)
- npm ci --no-audit --no-fund (faster CI/deploy)
- caddy reload note: bind mounts require docker-compose up -d caddy
- volume cleanup commands (docker volume rm ...)
2026-08-18 10:19:36 +08:00
Jacky Ser
45fbdffddb Align static deployment with existing Caddy gateway 2026-08-11 18:01:39 +08:00
Jacky Ser
42c21dd024 Add static deployment build and guide 2026-08-11 17:37:11 +08:00