mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:28 +02:00
only copy necessary files in Dockerfile
This commit is contained in:
+3
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user