Commit Graph

2 Commits

Author SHA1 Message Date
Jeff Emmett e53dc5ae97 fix(deploy): tolerate webpack TS warnings when bundles are emitted
The shared-video module has pre-existing TS errors that cause webpack to
exit non-zero even though all bundles are successfully emitted. Split
make all into compile + deploy with a check for the output bundle.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 16:16:26 -04:00
Jeff Emmett b6fc0ae0b5 feat(deploy): add Docker build and deployment configuration
- Add Dockerfile based on jitsi/web with custom web client
- Add docker-compose.yml for local testing
- Add deploy.sh script for automated builds and deployment
- Add .dockerignore to optimize Docker builds

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 11:26:30 +00:00