diff --git a/project/Dockerfile b/project/Dockerfile index 591bb75..db0c480 100644 --- a/project/Dockerfile +++ b/project/Dockerfile @@ -17,4 +17,4 @@ COPY . . ENV PYTHONUNBUFFERED=1 -CMD ["gunicorn", "--timeout", "600", "--workers", "2", "--bind", "0.0.0.0:5000", "app:app"] +CMD ["gunicorn", "--timeout", "600", "--workers", "1", "--bind", "0.0.0.0:5000", "app:app"]