Compare commits

..

1 Commits

Author SHA1 Message Date
7707705858 make the refresh time longer 2024-08-08 14:36:51 -04:00

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