The wws image already has an entrypoint configured. We just need to
pass the CMD arguments for --host and the path.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The wws server was binding to 127.0.0.1 by default, which doesn't
allow external connections. Explicitly set --host 0.0.0.0.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>