You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add --host flag to CLI and fix Docker setup (#30)
* feat: add --host flag to dev, start, and serve commands
Allows binding to a custom host address (defaults to localhost).
Use --host 0.0.0.0 for Docker container port mapping.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* feat: add --host flag to CLI and fix Docker setup
Add --host flag (default: localhost) to dev, start, and serve commands
for Docker container port mapping. Fix Dockerfile by copying node_modules
to runner stage and using /content as working directory.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* docs: add --host flag to CLI docs and fix Docker mount paths
Update cli.mdx with --host flag for dev, start, and serve commands.
Update docker.mdx to use /content mount path matching Dockerfile changes.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* refactor: use production install in Docker runner stage
Replace copying full node_modules with bun install --production in the
runner stage for a smaller image with only runtime dependencies.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments