4 lines
		
	
	
		
			72 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			72 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM busybox
 | 
						|
LABEL maintainer thomas.hairong@gmail.com
 | 
						|
COPY dist/ /html
 | 
						
FROM busybox
 | 
						|
LABEL maintainer thomas.hairong@gmail.com
 | 
						|
COPY dist/ /html
 |