aboutsummaryrefslogtreecommitdiff
path: root/docker/auto-certbot
diff options
context:
space:
mode:
Diffstat (limited to 'docker/auto-certbot')
-rw-r--r--docker/auto-certbot/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/auto-certbot/Dockerfile b/docker/auto-certbot/Dockerfile
index 1e6f6c6..c681141 100644
--- a/docker/auto-certbot/Dockerfile
+++ b/docker/auto-certbot/Dockerfile
@@ -10,4 +10,5 @@ ENV CRUPEST_AUTO_CERTBOT_RENEW_COMMAND=${CRUPEST_AUTO_CERTBOT_RENEW_COMMAND}
RUN apk add --no-cache coreutils bash ${CRUPEST_AUTO_CERTBOT_ADDITIONAL_PACKAGES}
COPY daemon.bash /daemon.bash
VOLUME ["/var/www/certbot", "/etc/letsencrypt", "/var/lib/letsencrypt"]
+STOPSIGNAL SIGINT
ENTRYPOINT [ "/daemon.bash" ]