Skip to content

Commit

Permalink
fix: reduce worker count Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kohulan authored Jun 4, 2024
1 parent f5c7a53 commit 976583d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 976583d

Please sign in to comment.