Skip to content

Commit

Permalink
fix: enabled multiple workers
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Jun 13, 2023
1 parent c72fa3e commit 06d1ff8
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 @@ -41,4 +41,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", "--reload"]
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80", "--workers", "4", "--reload"]

0 comments on commit 06d1ff8

Please sign in to comment.