fix: update uvicorn command to use 10 workers for improved performance
Test / test (pull_request) Successful in 15s
Test / test (pull_request) Successful in 15s
This commit is contained in:
+1
-1
@@ -21,4 +21,4 @@ COPY --from=builder /opt/app/.venv /opt/app/.venv
|
||||
COPY app ./app
|
||||
|
||||
EXPOSE 8000
|
||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
|
||||
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "10"]
|
||||
|
||||
Reference in New Issue
Block a user