Windows-generated lockfile hits npm/cli#4828 - Linux container build fails
resolving @rollup/rollup-linux-x64-gnu even on a fresh npm install. Removing
the lockfile before install forces same-platform dependency resolution.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Production hosting artifacts (D20 hosting slice), previously untracked:
- Dockerfile: node:20-bookworm image, Chromium libs for puppeteer, builds
web + server, runs server.cjs on 5182
- docker-compose.yml: single hq service, external accurate-postgres via
host.docker.internal, localhost-bound (host nginx terminates TLS), env_file
- deploy/nginx-hq.conf: the reverse-proxy config
No secrets — .env and data stay gitignored and out of the image (.dockerignore).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>