1 Star 0 Fork 0

go7th/data_pro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 370 Bytes
一键复制 编辑 原始数据 按行查看 历史
go7th 提交于 2018-04-24 13:31 . create
FROM python:2.7
EXPOSE 8888
RUN apt-get update && apt-get install -y mysql-client
# based on python:2.7-onbuild, but if we use that image directly
# the above apt-get line runs too late.
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY requirements.txt /usr/src/app/
RUN pip install -r requirements.txt
COPY . /usr/src/app
CMD python blog.py --mysql_host=mysql
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/null_037_9505/data_pro.git
git@gitee.com:null_037_9505/data_pro.git
null_037_9505
data_pro
data_pro
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385