You've already forked certbot-dns-dnspod
6 lines
118 B
Docker
6 lines
118 B
Docker
FROM certbot/certbot
|
|
|
|
COPY . src/certbot-dns-dnspod
|
|
|
|
RUN pip install --no-cache-dir --editable src/certbot-dns-dnspod
|