Add webroot directory to proxy

This commit is contained in:
Wojciech Kozlowski 2018-12-16 20:52:18 +00:00
parent e01e5750ec
commit ee945562fe

View File

@ -9,6 +9,7 @@ RUN apt-get -y install \
cron \
supervisor
RUN mkdir -p /var/www/html
RUN mkdir /etc/nginx/cert && openssl dhparam -out /etc/nginx/cert/dhparam.pem 2048
COPY certbot.cron /etc/cron.d/certbot