5 lines
		
	
	
		
			142 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			142 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM nginx:latest
 | 
						|
COPY cats /usr/share/nginx/html/cats
 | 
						|
COPY nginx.conf /etc/nginx/nginx.conf
 | 
						|
COPY default.conf /etc/nginx/conf.d/default.conf
 |