|
|
-CMD ["gunicorn","-w", "9", "-b", "0.0.0.0:5000", "app:app","--capture-output","--access-logfile","acc.log","--error-logfile","err.log"]
|
|
|
+CMD ["gunicorn","-w", "8", "-b", "0.0.0.0:5000", "app:app","--capture-output","--access-logfile","acc.log","--error-logfile","err.log"]
|