Add letsencrypt support in the nginx container

This commit is contained in:
kaiyou
2017-09-24 17:50:10 +02:00
parent a57096e613
commit 808809b37a
5 changed files with 87 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
FROM alpine:edge
RUN apk add --no-cache nginx nginx-mod-mail python py-jinja2
RUN apk add --no-cache nginx nginx-mod-mail python py-jinja2 certbot openssl
COPY conf /conf
COPY start.py /start.py
COPY *.py /
CMD /start.py