mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-09-11 06:14:32 +00:00
First commit
This commit is contained in:
7
scripts/service/novnc/run
Executable file
7
scripts/service/novnc/run
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -eu
|
||||
|
||||
cd ~/
|
||||
exec 2>&1
|
||||
exec /usr/share/novnc/utils/launch.sh --listen 6080 --vnc localhost:5900
|
Reference in New Issue
Block a user