Use cat instead of sleep infinity
This commit is contained in:
parent
4a6b75d8f3
commit
4ede140695
1 changed files with 2 additions and 1 deletions
|
@ -84,4 +84,5 @@ if [ -x /entrypoint-post-https.sh ]; then
|
||||||
/entrypoint-post-https.sh
|
/entrypoint-post-https.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sleep infinity
|
# == sleep infinity, however infinity is not supported in this image!
|
||||||
|
cat
|
||||||
|
|
Loading…
Reference in a new issue