mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 16:32:47 +01:00
Run supervisord with exec to replace pid 1 process
This commit is contained in:
parent
f27846b357
commit
c05133f22d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,4 +11,4 @@ echo "ubuntu:$PASS" | chpasswd
|
|||
|
||||
cd /web && ./run.py > /var/log/web.log 2>&1 &
|
||||
nginx -c /etc/nginx/nginx.conf
|
||||
/usr/bin/supervisord -n
|
||||
exec /usr/bin/supervisord -n
|
||||
|
|
|
|||
Loading…
Reference in a new issue