mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2026-08-05 16:12:41 +02:00
Run supervisord with exec to replace pid 1 process
This commit is contained in:
+1
-1
@@ -11,4 +11,4 @@ echo "ubuntu:$PASS" | chpasswd
|
|||||||
|
|
||||||
cd /web && ./run.py > /var/log/web.log 2>&1 &
|
cd /web && ./run.py > /var/log/web.log 2>&1 &
|
||||||
nginx -c /etc/nginx/nginx.conf
|
nginx -c /etc/nginx/nginx.conf
|
||||||
/usr/bin/supervisord -n
|
exec /usr/bin/supervisord -n
|
||||||
|
|||||||
Reference in New Issue
Block a user