mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 20:40:15 +02:00
Wait longer for Blaze to start
This commit is contained in:
@ -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 ; \
|
||||||
|
Reference in New Issue
Block a user