mirror of https://github.com/samply/bridgehead.git
Wait longer for Blaze to start
This commit is contained in:
parent
f925c27791
commit
70aca8e99c
|
@ -60,7 +60,7 @@ services:
|
|||
[ ! -f /app/data/lock ] && \
|
||||
( \
|
||||
echo 'Wait for Blaze to finish initializing' ; \
|
||||
sleep 60 ; \
|
||||
sleep 300 ; \
|
||||
echo 'Remove old output files' ; \
|
||||
rm -rf /app/test/* ; \
|
||||
cd /app ; \
|
||||
|
|
Loading…
Reference in New Issue