aboutsummaryrefslogtreecommitdiff
path: root/docker/auto-certbot/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/auto-certbot/Dockerfile')
-rw-r--r--docker/auto-certbot/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/docker/auto-certbot/Dockerfile b/docker/auto-certbot/Dockerfile
new file mode 100644
index 0000000..345682c
--- /dev/null
+++ b/docker/auto-certbot/Dockerfile
@@ -0,0 +1,5 @@
+FROM certbot/certbot:latest
+ARG CRUPEST_DOMAIN
+ARG CRUPEST_CERTBOT_RENEW_COMMAND
+COPY daemon.bash /daemon.bash
+CMD [ "/daemon.bash" ]