mirror of
				https://github.com/casjaysdevdocker/bind
				synced 2025-11-04 01:02:38 -05:00 
			
		
		
		
	Dockerfile
This commit is contained in:
		@@ -255,5 +255,5 @@ EXPOSE ${SERVICE_PORT} ${ENV_PORTS}
 | 
			
		||||
STOPSIGNAL SIGRTMIN+3
 | 
			
		||||
 | 
			
		||||
CMD [ "tail", "-f", "/dev/null" ]
 | 
			
		||||
ENTRYPOINT [ "tini", "-p", "SIGTERM","--", "/usr/local/bin/entrypoint.sh", "start" ]
 | 
			
		||||
ENTRYPOINT [ "tini", "-p", "SIGTERM","--", "/usr/local/bin/entrypoint.sh", "${@:-start}" ]
 | 
			
		||||
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user