1 Star 0 Fork 371

otie/walle-web

forked from wushuiyong/walle-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 237 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alenx 提交于 2018-12-28 22:16 . update 初始化代码路径
FROM python:2.7
RUN mkdir /opt/walle-web && mkdir -p /data/walle
ADD ./requirements/prod.txt /usr/app/
RUN pip install -r /usr/app/prod.txt -i https://mirrors.aliyun.com/pypi/simple
VOLUME /root/.ssh/
EXPOSE 5000
CMD ["/bin/bash"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/cgpwym/walle-web.git
git@gitee.com:cgpwym/walle-web.git
cgpwym
walle-web
walle-web
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385