make the refresh time longer

This commit is contained in:
Kenwood 2024-08-08 14:36:51 -04:00
parent 8580ffbe57
commit 7707705858
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ COPY update-site.py /usr/local/bin/update-site.py
RUN chmod +x /usr/local/bin/entrypoint.sh RUN chmod +x /usr/local/bin/entrypoint.sh
# Run the update script in a loop # Run the update script in a loop
CMD ["/bin/sh", "-c", "while true; do /usr/local/bin/entrypoint.sh; sleep 30; done"] CMD ["/bin/sh", "-c", "while true; do /usr/local/bin/entrypoint.sh; sleep 900; done"]