Commit a0a18a6f authored by wangpeng's avatar wangpeng

docker构建完成

parent 1d7ed905
...@@ -16,4 +16,4 @@ RUN chmod -R 600 /root/.ssh/id_rsa \ ...@@ -16,4 +16,4 @@ RUN chmod -R 600 /root/.ssh/id_rsa \
RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt RUN pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt
ENTRYPOINT [ "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