mirror of
				https://github.com/lleene/dockerconfig.git
				synced 2025-10-26 18:59:04 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			245 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			245 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM python:3.6
 | |
| 
 | |
| LABEL description="Certbot + nginxproxy soft-linker."
 | |
| LABEL maintainer="Lieuwe Leene <lieuwe@leene.dev>"
 | |
| 
 | |
| COPY ./link_certificates.py /usr/bin/link_certificates.py
 | |
| 
 | |
| RUN python /usr/bin/link_certificates.py /etc/letsencrypt/live
 |