implements cache

This commit is contained in:
2025-10-31 10:19:43 -07:00
parent 3de2a97d5c
commit 9e2e0bec36
4 changed files with 115 additions and 40 deletions

View File

@@ -17,4 +17,4 @@ COPY . .
EXPOSE 8080
# Command to run the application with gunicorn
CMD exec gunicorn --bind :8080 --workers 1 --threads 8 --timeout 0 app:app
CMD exec gunicorn --bind :8080 --workers 1 --threads 8 --timeout 0 app:app