Fixed small nginx mistakes
This commit is contained in:
parent
38658871e5
commit
7965403624
2 changed files with 6 additions and 1 deletions
|
|
@ -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" ]
|
||||
|
|
|
|||
Reference in a new issue