mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 16:32:47 +01:00
Fix tty.js daemon not to enable
This commit is contained in:
parent
2ded9b626b
commit
ae155457bb
1 changed files with 3 additions and 1 deletions
|
|
@ -11,6 +11,8 @@ echo "ubuntu:$PASS" | chpasswd
|
||||||
|
|
||||||
/usr/bin/supervisord -c /supervisord.conf
|
/usr/bin/supervisord -c /supervisord.conf
|
||||||
|
|
||||||
|
cd /tty.js && node ./tty-me.js --daemonize
|
||||||
|
|
||||||
while [ 1 ]; do
|
while [ 1 ]; do
|
||||||
/bin/bash
|
/bin/bash
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue