mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:14:54 +02:00
Removing cruft from Dockerfile which copies entire project working directory
This commit is contained in:
@@ -20,9 +20,6 @@ WORKDIR /opt/letsencrypt
|
||||
# If <dest> doesn't exist, it is created along with all missing
|
||||
# directories in its path.
|
||||
|
||||
# The following copies too much than we need...
|
||||
#COPY . /opt/letsencrypt/
|
||||
|
||||
COPY bootstrap/ubuntu.sh /opt/letsencrypt/src/
|
||||
RUN /opt/letsencrypt/src/ubuntu.sh && \
|
||||
apt-get clean && \
|
||||
|
||||
Reference in New Issue
Block a user