mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 02:22:55 +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
 | 
					cd ../frontend-tutorial-framework
 | 
				
			||||||
yarn install >> $LOGFILE 2>&1
 | 
					yarn install >> $LOGFILE 2>&1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					wait
 | 
				
			||||||
printf "Done!\n"
 | 
					printf "Done!\n"
 | 
				
			||||||
rm $LOGFILE
 | 
					rm $LOGFILE
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user