make the refresh time longer

This commit is contained in:
2024-08-08 14:36:51 -04:00
parent 8580ffbe57
commit 7707705858

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 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"]