mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-01-23 13:12:21 +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
|