We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61b8c8 commit 9badf1bCopy full SHA for 9badf1b
1 file changed
Dockerfile
@@ -34,4 +34,4 @@ USER appuser
34
EXPOSE 8000
35
36
# Run the application with Uvicorn
37
-CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "4", "--log-level", "warning"]
+CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--workers", "8", "--log-level", "warning"]
0 commit comments