mirror of
https://github.com/wassname/nginx-proxy-letsencrypt.git
synced 2026-09-11 12:30:41 +08:00
Some little improvements
This commit is contained in:
+3
-2
@@ -4,7 +4,8 @@ MAINTAINER David Parrish <daveparrish@tutanota.com>
|
||||
MAINTAINER Yves Blusseau <90z7oey02@sneakemail.com>
|
||||
MAINTAINER Hadrien Mary <hadrien.mary@gmail.com>
|
||||
|
||||
COPY . /app/
|
||||
|
||||
# Install simp_le program
|
||||
COPY /install_simp_le.sh /app/install_simp_le.sh
|
||||
RUN chmod +rx /app/install_simp_le.sh && sync && /app/install_simp_le.sh && rm -f /app/install_simp_le.sh
|
||||
|
||||
COPY letsencrypt_service letsencrypt_service_data.tmpl nginx.tmpl Procfile update_certs update_nginx /app/
|
||||
|
||||
Reference in New Issue
Block a user