7 lines
145 B
Docker
7 lines
145 B
Docker
FROM certbot/dns-digitalocean:latest
|
|
|
|
COPY new-domain /usr/bin/new-domain
|
|
COPY renew /etc/periodic/monthly/renew
|
|
|
|
ENTRYPOINT /usr/sbin/crond -f
|
|
|