Commit f05c78b7 authored by wangpeng's avatar wangpeng

docker构建完成

parent 90b529d0
......@@ -18,4 +18,4 @@ RUN cp sun/settings.py sun/settings_local.py
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
CMD bash -c 'python manage.py runserver 0.0.0.0:8080'
ENTRYPOINT [ "python", "manage.py runserver 0.0.0.0:8080"]
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