| 
					
				 | 
			
			
				@@ -27,7 +27,6 @@ RUN yum install -y epel-release \ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 COPY default.conf /etc/nginx/conf.d/ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-#ENTRYPOINT ["/tmp/docker-entrypoint.sh"] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-HEALTHCHECK --start-period=30s --interval=15s --timeout=5s --retries=2 CMD /tmp/healthcheck.sh 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+HEALTHCHECK --start-period=30s --interval=120s --timeout=5s --retries=2 CMD /tmp/healthcheck.sh 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 EXPOSE 80 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 CMD ["nginx", "-g", "daemon off;"] 
			 |