3 Star 4 Fork 6

v55448330 / docker-registry-face

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 123 Bytes
一键复制 编辑 原始数据 按行查看 历史
XiaoBao Zhang 提交于 2017-04-01 12:53 . update Dockerfile and README
FROM python:2.7.13-alpine
WORKDIR /app
ADD . /app
RUN pip install -r pip-freeze.txt
CMD ["python","/app/runserver.py"]
Python
1
https://gitee.com/v55448330/docker-registry-face.git
git@gitee.com:v55448330/docker-registry-face.git
v55448330
docker-registry-face
docker-registry-face
master

搜索帮助