3 lines
		
	
	
	
		
			59 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			59 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM nginx
 | |
| 
 | |
| COPY nginx.conf /etc/nginx/conf.d/default.conf
 | 
| FROM nginx
 | |
| 
 | |
| COPY nginx.conf /etc/nginx/conf.d/default.conf
 |