1 Star 0 Fork 372

小朱/walle-web

forked from wushuiyong/walle-web 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 194 Bytes
一键复制 编辑 原始数据 按行查看 历史
owen-carter 提交于 2018-12-15 02:52 . docker done
FROM python:2.7
WORKDIR /usr/app/
COPY ./requirements/prod.txt .
RUN pip install futures
RUN pip install -r prod.txt -i https://mirrors.aliyun.com/pypi/simple
COPY . .
CMD python waller.py
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zhushunyi/walle-web.git
git@gitee.com:zhushunyi/walle-web.git
zhushunyi
walle-web
walle-web
master

搜索帮助