Alright maybe this is the problem and it's a health check
This commit is contained in:
		@@ -1,6 +1,5 @@
 | 
				
			|||||||
FROM httpd:latest
 | 
					FROM httpd:latest
 | 
				
			||||||
COPY httpd.conf /usr/local/apache2/conf/httpd.conf
 | 
					COPY httpd.conf /usr/local/apache2/conf/httpd.conf
 | 
				
			||||||
COPY vhost.conf /usr/local/apache2/conf/vhost.conf
 | 
					COPY vhost.conf /usr/local/apache2/conf/vhost.conf
 | 
				
			||||||
CMD rm /usr/local/apache2/htdocs/index.html
 | 
					 | 
				
			||||||
COPY src/* /usr/local/apache2/htdocs
 | 
					COPY src/* /usr/local/apache2/htdocs
 | 
				
			||||||
EXPOSE 80
 | 
					EXPOSE 80
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user