Skip to content

Commit

Permalink
Feat : 워커 수조정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hu-nie committed Apr 26, 2024
1 parent 78e4552 commit c904c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ COPY . .

EXPOSE 8000
# Uvicorn으로 FastAPI 애플리케이션 실행, `app`은 FastAPI 인스턴스를 포함하는 파일명
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "4"]

0 comments on commit c904c20

Please sign in to comment.