Skip to content

Commit 9badf1b

Browse files
balogh.adam@icloud.combalogh.adam@icloud.com
authored andcommitted
more workers
1 parent c61b8c8 commit 9badf1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ USER appuser
3434
EXPOSE 8000
3535

3636
# Run the application with Uvicorn
37-
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "4", "--log-level", "warning"]
37+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "8", "--log-level", "warning"]

0 commit comments

Comments
 (0)