Enable vnc for emulator
This commit is contained in:
7
toolchain/run-entrypoint.sh
Executable file
7
toolchain/run-entrypoint.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -n "$WEBSOCK" ]]; then
|
||||
websockify --web /usr/share/novnc 6080 localhost:5900 &
|
||||
fi
|
||||
|
||||
eval "$@"
|
||||
Reference in New Issue
Block a user