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 && \