This commit is contained in:
2025-05-23 20:39:59 +05:00
commit 7ad0f1d8ca
4 changed files with 52 additions and 0 deletions

11
Dockerfile Normal file
View File

@@ -0,0 +1,11 @@
FROM debian:stable-slim
WORKDIR /etc/letsencrypt/live
RUN apt update \
&& apt install python3-certbot python3-certbot-dns-cloudflare -y
COPY gencert.sh /root/
RUN chmod +x /root/gencert.sh
CMD /root/gencert.sh