Commit 1d7ed905 authored by wangpeng's avatar wangpeng

docker构建完成

parent f05c78b7
...@@ -14,8 +14,6 @@ RUN chmod -R 600 /root/.ssh/id_rsa \ ...@@ -14,8 +14,6 @@ RUN chmod -R 600 /root/.ssh/id_rsa \
&& echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config \ && echo "StrictHostKeyChecking no" >> /etc/ssh/ssh_config \
&& mkdir -p /data/log/sun/app && mkdir -p /data/log/sun/app
RUN cp sun/settings.py sun/settings_local.py
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