easy-certbot/Dockerfile

8 lines
144 B
Text
Raw Normal View History

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