diff --git a/entrypoint.sh b/entrypoint.sh index 4bcdad3..0c4e4c6 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,9 +6,6 @@ # Reduced windows ... /usr/bin/vncserver :1 -geometry 980x650 -depth 24 -# Infinite loop for X-Server... -while true -do - RUNNING='true' -done +# Lanzamos una BASH para esperar comandos y evitar cerrar el contenedor +/bin/bash