easy-certbot/Dockerfile

8 lines
136 B
Text
Raw Normal View History

2021-11-24 17:01:49 +00:00
FROM certbot/certbot:latest
COPY new-domain /usr/bin/new-domain
COPY renew /etc/periodic/monthly/renew
ENTRYPOINT /usr/sbin/crond -f