added ENABLE_CRON to dockerfile
This commit is contained in:
parent
3b83c3c616
commit
692580d2fe
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ RUN ln -s /usr/share/nginx/html/content / && \
|
|||
chown -R nginx:nginx /usr/share/nginx/html && \
|
||||
chown -R nginx:nginx /usr/share/nginx/html/content
|
||||
|
||||
ENV ENABLE_CRON="false"
|
||||
ENV BUILD_SCHEDULE="*/5 * * * *"
|
||||
ENV NGINX_PORT=80
|
||||
ENV BASE_URL="quartz.zhao.xyz"
|
||||
|
|
Loading…
Reference in a new issue