mirror of
				https://github.com/hiskang/acme.sh
				synced 2025-11-03 20:07:43 +00:00 
			
		
		
		
	This commit is contained in:
		
							parent
							
								
									eb0ef6bd3d
								
							
						
					
					
						commit
						9dd62ae0f8
					
				@ -50,9 +50,10 @@ RUN for verb in help \
 | 
			
		||||
 | 
			
		||||
RUN printf "%b" '#!'"/usr/bin/env sh\n \
 | 
			
		||||
if [ \"\$1\" = \"daemon\" ];  then \n \
 | 
			
		||||
 crond -f\n \
 | 
			
		||||
 trap \"echo stop && killall crond && exit 0\" SIGTERM SIGINT \n \
 | 
			
		||||
 crond && while true; do sleep 1; done;\n \
 | 
			
		||||
else \n \
 | 
			
		||||
 /root/.acme.sh/acme.sh --config-home /acme.sh \"\$@\"\n \
 | 
			
		||||
 exec -- \"\$@\"\n \
 | 
			
		||||
fi" >/entry.sh && chmod +x /entry.sh
 | 
			
		||||
 | 
			
		||||
VOLUME /acme.sh
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user