Skip to content

Commit 6baa532

Browse files
committed
Merge pull request #6 from devth/master
Use updated https://github.com/certbot/certbot clone url
2 parents ed6cde8 + 0f9c628 commit 6baa532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM nginx
33
RUN apt-get update && apt-get install -y git wget cron bc
44

55
RUN mkdir -p /letsencrypt/challenges/.well-known/acme-challenge
6-
RUN git clone https://github.com/letsencrypt/letsencrypt /letsencrypt/app
6+
RUN git clone https://github.com/certbot/certbot /letsencrypt/app
77
WORKDIR /letsencrypt/app
88
RUN ./letsencrypt-auto; exit 0
99

0 commit comments

Comments
 (0)