docker-qemu-reactos/scripts/service/novnc/run
Héctor Molinero Fernández 81a66b5ee2 Install noVNC from GitHub
2019-09-15 20:55:14 +02:00

8 lines
136 B
Bash
Executable File

#!/bin/sh
set -eu
cd /opt/novnc/utils/websockify/
exec 2>&1
exec /usr/bin/python3 -m websockify --web /opt/novnc/ 6080 localhost:5900