mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 02:42:56 +00:00 
			
		
		
		
	Improve magic bootstrap script to wait for both build processes to finish
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user