diff options
author | terminaldweller <thabogre@gmail.com> | 2021-09-10 07:30:16 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-09-10 07:30:16 +0000 |
commit | 118106cf745167db7e17654e0402721939631be7 (patch) | |
tree | 72927b53141eabee87a0160420f720b49a744076 /terminaldweller.com/haproxy/certbot/Dockerfile | |
parent | update (diff) | |
download | scripts-118106cf745167db7e17654e0402721939631be7.tar.gz scripts-118106cf745167db7e17654e0402721939631be7.zip |
update
Diffstat (limited to 'terminaldweller.com/haproxy/certbot/Dockerfile')
-rw-r--r-- | terminaldweller.com/haproxy/certbot/Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/terminaldweller.com/haproxy/certbot/Dockerfile b/terminaldweller.com/haproxy/certbot/Dockerfile new file mode 100644 index 0000000..b6fb68a --- /dev/null +++ b/terminaldweller.com/haproxy/certbot/Dockerfile @@ -0,0 +1,2 @@ +FROM certbot/certbot +COPY ./certbot-entrypoint.sh /certbot-entrypoint.sh |