1 Star 0 Fork 30

yangming886/IncetOps

forked from staugur/IncetOps 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 422 Bytes
一键复制 编辑 原始数据 按行查看 历史
Mr.tao 提交于 2018-08-28 14:32 . add dockerfile
FROM registry.cn-beijing.aliyuncs.com/staugur/python:supervisor
MAINTAINER staugur <staugur@saintic.com>
ADD src /IncetOps
ADD misc/supervisord.conf /etc/supervisord.conf
ADD requirements.txt /tmp
RUN yum install -y gcc gcc-c++ python-devel libffi-devel openssl-devel mysql-devel &&\
pip install --timeout 30 --index https://pypi.douban.com/simple/ -r /tmp/requirements.txt
WORKDIR /IncetOps
ENTRYPOINT ["supervisord"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/yangming886/IncetOps.git
git@gitee.com:yangming886/IncetOps.git
yangming886
IncetOps
IncetOps
master

搜索帮助