From 1b1763b011d7496901709cb739119c9573e17584 Mon Sep 17 00:00:00 2001 From: William Budington Date: Tue, 19 May 2015 16:41:32 -0700 Subject: [PATCH] Removing cruft from Dockerfile which copies entire project working directory --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0c8830d5b..8bbb68a2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,9 +20,6 @@ WORKDIR /opt/letsencrypt # If 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 && \