bash for wait in docker

This commit is contained in:
luisgulo 2023-06-24 16:29:06 +02:00
parent 6561111536
commit 58e20a7b8e

View file

@ -6,9 +6,6 @@
# Reduced windows ... # Reduced windows ...
/usr/bin/vncserver :1 -geometry 980x650 -depth 24 /usr/bin/vncserver :1 -geometry 980x650 -depth 24
# Infinite loop for X-Server... # Lanzamos una BASH para esperar comandos y evitar cerrar el contenedor
while true /bin/bash
do
RUNNING='true'
done