mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 20:02:16 +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
|
# If <dest> doesn't exist, it is created along with all missing
|
||||||
# directories in its path.
|
# directories in its path.
|
||||||
|
|
||||||
# The following copies too much than we need...
|
|
||||||
#COPY . /opt/letsencrypt/
|
|
||||||
|
|
||||||
COPY bootstrap/ubuntu.sh /opt/letsencrypt/src/
|
COPY bootstrap/ubuntu.sh /opt/letsencrypt/src/
|
||||||
RUN /opt/letsencrypt/src/ubuntu.sh && \
|
RUN /opt/letsencrypt/src/ubuntu.sh && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
|
|||||||
Reference in New Issue
Block a user