haha пре 3 година
родитељ
комит
3e3677abb7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -19,5 +19,5 @@ RUN pip3 install virtualenv \
 RUN cd /home/SEEC-Judge \
     && python3 setup.py install
 WORKDIR /home/SEEC-Judge/web
-CMD ["gunicorn","-w", "1", "-b", "0.0.0.0:5000", "app:app","--capture-output","--access-logfile","acc.log","--error-logfile","err.log"]
+CMD ["gunicorn","-w", "4", "-b", "0.0.0.0:5000", "app:app","--capture-output","--access-logfile","acc.log","--error-logfile","err.log"]