forked from Kispi/Core
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			74 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			74 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM steebchen/nginx-spa:stable
 | 
						|
 | 
						|
COPY dist/ /app
 | 
						|
 | 
						|
EXPOSE 80
 | 
						|
 | 
						|
CMD ["nginx"] |