Skip to content

Commit

Permalink
Merge pull request #503 from Steinbeck-Lab/dev-kohulan
Browse files Browse the repository at this point in the history
fix: set workers to 4 in Dockerfile
  • Loading branch information
Kohulan authored Jun 3, 2024
2 parents 6316d82 + 1f88c74 commit 548a486
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 @@ -44,4 +44,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", "8"]
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80", "--workers", "4"]

0 comments on commit 548a486

Please sign in to comment.