diff options
author | crupest <crupest@outlook.com> | 2022-11-22 14:21:23 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-22 14:21:23 +0800 |
commit | 17fee04b2cee96bf71c835bbf08398d392f743a9 (patch) | |
tree | e09bb4f58e0006f72940fc47a8891ce6f7716850 | |
parent | 749b3db2e35f98e3d00ba93c1b539f498b700231 (diff) | |
download | crupest-17fee04b2cee96bf71c835bbf08398d392f743a9.tar.gz crupest-17fee04b2cee96bf71c835bbf08398d392f743a9.tar.bz2 crupest-17fee04b2cee96bf71c835bbf08398d392f743a9.zip |
Fix again.
-rw-r--r-- | docker/auto-certbot/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/auto-certbot/Dockerfile b/docker/auto-certbot/Dockerfile index 53ab077..44b9b73 100644 --- a/docker/auto-certbot/Dockerfile +++ b/docker/auto-certbot/Dockerfile @@ -5,4 +5,4 @@ ARG CRUPEST_CERTBOT_RENEW_COMMAND="" RUN apk add --no-cache bash COPY daemon.bash /daemon.bash VOLUME ["/var/www/certbot", "/etc/letsencrypt", "/var/lib/letsencrypt"] -ENTRYPOINT [ "/daemon.bash" ] +ENTRYPOINT [ "bash", "/daemon.bash" ] |