4 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			125 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM nginx:stable-alpine
 | 
						|
LABEL maintainer="joern-michael.miehe@lenaisten.de"
 | 
						|
 | 
						|
COPY nginx.conf /etc/nginx/conf.d/default.conf
 |