Abort on error in entrypoint script

This commit is contained in:
Lauri Võsandi 2021-06-08 09:02:30 +00:00
parent 99b4fb9da6
commit b7640bd1ab
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#!/bin/sh
set -e
while [ ! -e $1 ]; do
sleep 1
done