make the refresh time longer
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user