1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-11-14 16:27:17 +00:00

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

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