diff options
author | crupest <crupest@outlook.com> | 2022-11-21 11:11:07 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-21 11:13:11 +0800 |
commit | 4c0912a843bdd3f7d507264c4ef405c0846c486e (patch) | |
tree | fcd1bb259a2d432dab43f74a0c65c919994c7a3d /docker/auto-certbot/Dockerfile | |
parent | b40224b88c2f8bfc4990e2bb12ecb7916eb8a35c (diff) | |
download | crupest-4c0912a843bdd3f7d507264c4ef405c0846c486e.tar.gz crupest-4c0912a843bdd3f7d507264c4ef405c0846c486e.tar.bz2 crupest-4c0912a843bdd3f7d507264c4ef405c0846c486e.zip |
Try to fix timeline. Add auto-certbot.
Diffstat (limited to 'docker/auto-certbot/Dockerfile')
-rw-r--r-- | docker/auto-certbot/Dockerfile | 5 |
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" ] |