mirror of
				https://github.com/avatao-content/baseimage-tutorial-framework
				synced 2025-11-04 01:22:55 +00:00 
			
		
		
		
	Add script to bootstrap TFW dev environment
This commit is contained in:
		
							
								
								
									
										13
									
								
								bootstrap_tfw_dev.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								bootstrap_tfw_dev.sh
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
				
			|||||||
 | 
					set -e
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					git clone git@github.com:avatao-content/baseimage-tutorial-framework.git
 | 
				
			||||||
 | 
					git clone git@github.com:avatao-content/frontend-tutorial-framework.git
 | 
				
			||||||
 | 
					git clone git@github.com:avatao-content/test-tutorial-framework.git
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					cd frontend tutorial-framework
 | 
				
			||||||
 | 
					yarn install &
 | 
				
			||||||
 | 
					cd ..
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					cd baseimage-tutorial-framework
 | 
				
			||||||
 | 
					docker build -t baseimage-tutorial-framework .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		Reference in New Issue
	
	Block a user