mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-14 16:37:18 +00:00
Improve magic bootstrap script to wait for both build processes to finish
This commit is contained in:
parent
59d92ff588
commit
f9e7829b42
@ -17,5 +17,6 @@ docker build -t baseimage-tutorial-framework . >> $LOGFILE 2>&1 &
|
||||
cd ../frontend-tutorial-framework
|
||||
yarn install >> $LOGFILE 2>&1
|
||||
|
||||
wait
|
||||
printf "Done!\n"
|
||||
rm $LOGFILE
|
||||
|
Loading…
Reference in New Issue
Block a user