We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f2c89 commit 81b46feCopy full SHA for 81b46fe
1 file changed
Dockerfile
@@ -65,4 +65,4 @@ USER appuser
65
EXPOSE 8000
66
67
# Start Gunicorn (production-ready WSGI server)
68
-CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "4", "IOLGenv2_BackEnd.wsgi:application"]
+CMD ["gunicorn", "--bind", "0.0.0.0:8000", "--workers", "2", "IOLGenv2_BackEnd.wsgi:application"]
0 commit comments