Fixed small nginx mistakes

This commit is contained in:
Jef Roosens 2021-01-09 15:48:30 +01:00
parent 38658871e5
commit 7965403624
2 changed files with 6 additions and 1 deletions

View file

@ -9,6 +9,9 @@ RUN mkdir /var/lib/certbot
COPY renew /etc/periodic/weekly/renew
RUN chmod +x /etc/periodic/weekly/renew
# Default.conf file is annoying
RUN rm -rf /etc/nginx/conf.d/*
RUN /usr/sbin/crond -f -d 8 &
ENTRYPOINT [ "./entrypoint.sh" ]