diff --git a/images/chromium-headful/wrapper.sh b/images/chromium-headful/wrapper.sh index 3ff1b922..d8964c82 100755 --- a/images/chromium-headful/wrapper.sh +++ b/images/chromium-headful/wrapper.sh @@ -52,7 +52,7 @@ ncat \ if [[ "${ENABLE_WEBRTC:-}" == "true" ]]; then # use webrtc echo "✨ Starting neko (webrtc server)." - /usr/bin/neko serve --server.static /var/www --server.bind 0.0.0.0:8080 >&2 + /usr/bin/neko serve --server.static /var/www --server.bind 0.0.0.0:8080 >&2 & else # use novnc ./novnc_startup.sh