use tail -f instead of cat for waiting

master
Nico Schottelius 4 years ago
parent 4ede140695
commit e63dfd6385

@ -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…
Cancel
Save