use tail -f instead of cat for waiting
This commit is contained in:
parent
4ede140695
commit
e63dfd6385
1 changed files with 4 additions and 1 deletions
|
@ -85,4 +85,7 @@ if [ -x /entrypoint-post-https.sh ]; then
|
|||
fi
|
||||
|
||||
# == sleep infinity, however infinity is not supported in this image!
|
||||
cat
|
||||
# cat -- works if stdin does not close
|
||||
|
||||
# wait forever by tailing /dev/null - also nice
|
||||
tail -f /dev/null
|
||||
|
|
Loading…
Reference in a new issue