Bug: added gunicorn config file
This commit is contained in:
@@ -12,4 +12,4 @@ COPY . .
|
||||
EXPOSE 5000
|
||||
|
||||
# Run with Gunicorn
|
||||
CMD ["gunicorn", "--bind", "0.0.0.0:5000", "--workers", "4", "--timeout", "120", "--access-logfile", "-", "--error-logfile", "-", "app:app"]
|
||||
CMD ["gunicorn", "--config", "gunicorn_config.py", "--bind", "0.0.0.0:5000", "--workers", "4", "app:app"]
|
||||
Reference in New Issue
Block a user