261 Star 1.7K Fork 372

wushuiyong / walle-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 280 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alenx 提交于 2019-02-26 16:20 . update docker-compose
FROM python:2.7
MAINTAINER from Alenx<alenx.hai@live.com>
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"]
Python
1
https://gitee.com/wushuiyong/walle-web.git
git@gitee.com:wushuiyong/walle-web.git
wushuiyong
walle-web
walle-web
master

搜索帮助