implements cache
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user