haha 3 年之前
父节点
当前提交
83cd56307f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -19,5 +19,5 @@ RUN pip3 install virtualenv \
 RUN cd /home/SEEC-Judge \
 RUN cd /home/SEEC-Judge \
     && python3 setup.py install
     && python3 setup.py install
 WORKDIR /home/SEEC-Judge/web
 WORKDIR /home/SEEC-Judge/web
-CMD ["gunicorn","-w", "17", "-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"]