mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-09-11 06:14:32 +00:00
Install noVNC from GitHub
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
|
||||
set -eu
|
||||
|
||||
cd ~/
|
||||
cd /opt/novnc/utils/websockify/
|
||||
exec 2>&1
|
||||
exec /usr/share/novnc/utils/launch.sh --listen 6080 --vnc localhost:5900
|
||||
exec /usr/bin/python3 -m websockify --web /opt/novnc/ 6080 localhost:5900
|
||||
|
Reference in New Issue
Block a user