mirror of
https://github.com/wassname/nginx-proxy-letsencrypt.git
synced 2026-09-09 11:27:33 +08:00
Clean up Dockerfile. Remove comments
This commit is contained in:
@@ -10,17 +10,10 @@ RUN apt-get update \
|
||||
&& apt-get clean \
|
||||
&& rm -r /var/lib/apt/lists/*
|
||||
|
||||
# Get Let's Encrypt client source
|
||||
#RUN git -C /opt clone https://github.com/letsencrypt/letsencrypt
|
||||
# Get Let's Encrypt simp_le client source
|
||||
RUN git -C /opt clone https://github.com/kuba/simp_le.git
|
||||
# Install letsencrypt
|
||||
#RUN cd /opt/letsencrypt && ./letsencrypt-auto --help
|
||||
# Install simp_le
|
||||
RUN cd /opt/simp_le && ./bootstrap.sh && ./venv.sh
|
||||
#&& \
|
||||
#RUN /opt/simp_le/venv.sh
|
||||
# . venv/bin/activate
|
||||
|
||||
# Testing directory
|
||||
RUN mkdir -p /usr/share/nginx/html/.well-known \
|
||||
|
||||
Reference in New Issue
Block a user