9 Star 17 Fork 7

staugur/EauDouce

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 270 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mr.tao 提交于 2017-04-04 19:11 . 初始化
FROM registry.saintic.com/python
MAINTAINER Mr.tao <[email protected]>
ADD ./src /EauDouce
ADD requirements.txt /tmp
ADD supervisord.conf /etc
WORKDIR /EauDouce
RUN pip install --index https://pypi.douban.com/simple/ -r /tmp/requirements.txt
ENTRYPOINT ["supervisord"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/staugur/EauDouce.git
[email protected]:staugur/EauDouce.git
staugur
EauDouce
EauDouce
master

搜索帮助