1 Star 0 Fork 12

0x001/运维平台

forked from Yokiy/运维平台 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 506 Bytes
一键复制 编辑 原始数据 按行查看 历史
yokiy 提交于 2018-05-14 12:31 +08:00 . 删除 初始化数据库操作
# Python support can be specified down to the minor or micro version
# (e.g. 3.6 or 3.6.3).
# OS Support also exists for jessie & stretch (slim and full).
# See https://hub.docker.com/r/library/python/ for all supported Python
# tags from Docker Hub.
FROM python:3.6
# If you prefer miniconda:
#FROM continuumio/miniconda3
LABEL Name=devops Version=0.0.1
EXPOSE 8080
RUN mkdir -p /src/yokiy-devops/logs
ADD . /src/yokiy-devops
WORKDIR /src/yokiy-devops
# Using pip:
RUN pip install -r requirements.txt
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/xyz_001/jdy_devops.git
[email protected]:xyz_001/jdy_devops.git
xyz_001
jdy_devops
运维平台
master

搜索帮助