Skip to content

Commit

Permalink
Fix certbot container long exit
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawdl3y committed Dec 10, 2024
1 parent 8716207 commit 49819f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/certbot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ FROM certbot/certbot
VOLUME /etc/letsencrypt /var/www/certbot

# Copy the runner script and set the entrypoint to it
COPY .docker/certbot/certbot-runner.sh /usr/local/bin/certbot-runner
ENTRYPOINT /bin/sh /usr/local/bin/certbot-runner
COPY --chmod=755 .docker/certbot/certbot-runner.sh /usr/local/bin/certbot-runner
ENTRYPOINT ["/usr/local/bin/certbot-runner"]

0 comments on commit 49819f2

Please sign in to comment.