bash for wait in docker
This commit is contained in:
parent
6561111536
commit
58e20a7b8e
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue