make the refresh time longer
This commit is contained in:
parent
8580ffbe57
commit
7707705858
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue