mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-09 02:27:13 +00:00
8 lines
136 B
Bash
Executable File
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 127.0.0.1:5900
|