Commit 828f7763 authored by zhongshangwu's avatar zhongshangwu

fix

parent 5cf49d5a
Pipeline #3118 passed with stage
......@@ -8,4 +8,4 @@ RUN mkdir -p /data/log/saturn/app
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
CMD bash -c 'source ~/.bashrc && gunicorn venus.wsgi:saturn -w 4 -b 0.0.0.0:80 -k gevent'
CMD bash -c 'source ~/.bashrc && gunicorn saturn.wsgi:saturn -w 4 -b 0.0.0.0:80 -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