mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
only copy necessary files in Dockerfile
This commit is contained in:
parent
6f8bf74c53
commit
f94c4eeff1
1 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,9 @@ EXPOSE 80 443
|
|||
VOLUME /etc/letsencrypt /var/lib/letsencrypt
|
||||
WORKDIR /opt/certbot
|
||||
|
||||
COPY . src
|
||||
COPY CHANGES.rst README.rst setup.py src/
|
||||
COPY acme src/acme
|
||||
COPY certbot src/certbot
|
||||
|
||||
RUN apk add --no-cache --virtual .certbot-deps \
|
||||
libffi \
|
||||
|
|
|
|||
Loading…
Reference in a new issue