mirror of
https://github.com/trycua/computer.git
synced 2026-02-18 04:19:38 -06:00
Changed start-novnc.sh to use a simple sleep instead of checking VNC availability with netcat. This avoids the need to install netcat and simplifies the startup sequence. Since supervisor starts services in priority order (VNC=10, noVNC=20), a 5-second sleep is sufficient for VNC to be ready. Also added netcat to Dockerfile for future use if needed. Container now fully functional: - VNC server running on port 5901 - noVNC web interface on port 6901 - Computer-server API on port 8000 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>