diff --git a/Dockerfile b/Dockerfile index 1396a7e..4ba5432 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,5 +24,7 @@ EXPOSE 8080 CMD ["gunicorn", "pluginbattery.web:app", \ "--bind", "0.0.0.0:8080", \ - "--workers", "1", \ + "--workers", "2", \ + "--threads", "4", \ + "--worker-class", "gthread", \ "--timeout", "120"]