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 ] && \
|
[ ! -f /app/data/lock ] && \
|
||||||
( \
|
( \
|
||||||
echo 'Wait for Blaze to finish initializing' ; \
|
echo 'Wait for Blaze to finish initializing' ; \
|
||||||
sleep 60 ; \
|
sleep 300 ; \
|
||||||
echo 'Remove old output files' ; \
|
echo 'Remove old output files' ; \
|
||||||
rm -rf /app/test/* ; \
|
rm -rf /app/test/* ; \
|
||||||
cd /app ; \
|
cd /app ; \
|
||||||
|
|
Loading…
Reference in New Issue