This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
loki/proxy/Dockerfile
2017-09-17 01:07:45 +01:00

7 lines
109 B
Docker

FROM nginx
RUN apt update && apt install -y certbot
RUN mkdir -p /var/www/html
VOLUME ["/etc/letsencrypt"]