Removing cruft from Dockerfile which copies entire project working directory

This commit is contained in:
William Budington
2015-05-19 16:41:32 -07:00
parent ea667744f5
commit 1b1763b011
-3
View File
@@ -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 && \