Improve magic bootstrap script to wait for both build processes to finish

This commit is contained in:
Kristóf Tóth 2018-03-23 18:07:40 +01:00
parent 59d92ff588
commit f9e7829b42
1 changed files with 1 additions and 0 deletions

View File

@ -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