diff --git a/Dockerfile b/Dockerfile index 5acfb4c..c2035a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,4 +42,4 @@ RUN pip3 install --no-cache-dir chembl_structure_pipeline --no-deps COPY ./app /code/app -CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80", "--workers", "4"] +CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80", "--workers", "2"]