Abort on error in entrypoint script
This commit is contained in:
parent
99b4fb9da6
commit
b7640bd1ab
@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
while [ ! -e $1 ]; do
|
||||
sleep 1
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user