init
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal 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
|
Reference in New Issue
Block a user