tellform/nginx/Dockerfile

12 lines
200 B
Docker
Raw Normal View History

2019-04-30 02:09:25 +00:00
FROM alpine:edge
RUN apk add --no-cache nginx certbot openssl python py-jinja2
COPY *.py /
COPY conf /conf
RUN chmod +x /start.py
RUN chmod +x /letsencrypt.py
RUN chmod +x /config.py
CMD /start.py