use tail -f instead of cat for waiting

This commit is contained in:
Nico Schottelius 2019-12-15 01:15:57 +01:00
parent 4ede140695
commit e63dfd6385
1 changed files with 4 additions and 1 deletions

View File

@ -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