We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5739d95 commit 58d5b3dCopy full SHA for 58d5b3d
1 file changed
converter/Dockerfile
@@ -58,4 +58,4 @@ ENV PROMETHEUS_MULTIPROC_DIR=/tmp/prometheus_metrics
58
ENV FLASK_ENV=production
59
60
# Use Gunicorn for production deployment
61
-CMD ["uv", "run", "--no-dev", "gunicorn", "-c", "gunicorn.conf.py", "-w", "4", "-b", "0.0.0.0:8080", "converter.converter:app"]
+CMD ["uv", "run", "--no-dev", "gunicorn", "-c", "gunicorn.conf.py", "-w", "2", "-b", "0.0.0.0:8080", "converter.converter:app"]
0 commit comments