docker-qemu-reactos/scripts/service/novnc/run

8 lines
136 B
Plaintext
Raw Permalink Normal View History

2019-02-20 22:10:38 +00:00
#!/bin/sh
set -eu
2019-09-15 18:55:14 +00:00
cd /opt/novnc/utils/websockify/
2019-02-20 22:10:38 +00:00
exec 2>&1
2021-11-02 18:17:57 +00:00
exec /usr/bin/python3 -m websockify --web /opt/novnc/ 6080 127.0.0.1:5900