This commit is contained in:
Cold-Egg
2020-01-16 11:35:52 -05:00
parent 5c946834e4
commit f1f8d1dae5
3 changed files with 38 additions and 42 deletions
-2
View File
@@ -21,8 +21,6 @@ RUN apt-get install -y software-properties-common && \
apt-get update && \
apt-get install -y certbot python-certbot-apache
RUN sed 's/0.*.certbot/& --deploy-hook "\/usr\/local\/lsws\/bin\/lswsctrl restart"/g' /etc/cron.d/certbot
RUN rm -rf /usr/local/lsws/conf
ADD conf /usr/local/lsws/conf
RUN chown 999:999 /usr/local/lsws/conf -R