Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Budington <bill@eff.org>2015-05-20 02:41:32 +0300
committerWilliam Budington <bill@eff.org>2015-05-20 02:41:32 +0300
commit1b1763b011d7496901709cb739119c9573e17584 (patch)
tree7d29e8f955c9dbc37bbbc1f49d8d279694ed2dcf /Dockerfile
parentea667744f5cb4b6660add655648ccfa286004ee5 (diff)
Removing cruft from Dockerfile which copies entire project working directory
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 0c8830d5b..8bbb68a2e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 && \