Use a predefined dhparam.pem, This fixes issue #322

This commit is contained in:
Greg Fitzgerald
2017-11-30 19:38:26 -05:00
committed by kaiyou
parent 7a9d2c9725
commit f1ad2cf4d0
3 changed files with 15 additions and 4 deletions

View File

@@ -5,4 +5,6 @@ RUN apk add --no-cache nginx nginx-mod-mail python py-jinja2 certbot openssl
COPY conf /conf
COPY *.py /
COPY dhparam.pem /certs/dhparam.pem
CMD /start.py