Commit aa1f5914 authored by zhongshangwu's avatar zhongshangwu

修复Dockerfile

parent a0fbaf05
......@@ -24,4 +24,4 @@ RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 3B4FE6ACC0B21F32 \
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
CMD bash -c 'source ~/.bashrc && celery -A physical worker -Q tapir-alpha --loglevel=DEBUG --maxtasksperchild 500 -c 62'
CMD bash -c 'source ~/.bashrc && gunicorn venus.wsgi:saturn -w 4 -b 0.0.0.0:8085 -k gevent'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment