We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6cde8 commit 0f9c628Copy full SHA for 0f9c628
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ FROM nginx
3
RUN apt-get update && apt-get install -y git wget cron bc
4
5
RUN mkdir -p /letsencrypt/challenges/.well-known/acme-challenge
6
-RUN git clone https://github.com/letsencrypt/letsencrypt /letsencrypt/app
+RUN git clone https://github.com/certbot/certbot /letsencrypt/app
7
WORKDIR /letsencrypt/app
8
RUN ./letsencrypt-auto; exit 0
9
0 commit comments