mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 19:42:03 +00:00
Address review feedback from jrusso1020:
1. Package Dockerfile.render as a static asset in src/docker/ instead
of generating it as a template string — easier to read, lint, diff.
Copied to dist/docker/ during build:copy step.
2. Use existing isDevMode() from utils/env.ts instead of checking
VERSION === "0.0.0-dev". Dev mode falls back to "latest" so
--docker works from source without a published version.
3. Fix Docker hint to be generic ("Install Docker") instead of
Mac-specific ("Start Docker Desktop").
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>