Skip to content

Commit 0f9c628

Browse files
committed
1 parent ed6cde8 commit 0f9c628

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)