1 Star 0 Fork 67

新1 / django-idcops

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 185 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangwz 提交于 2020-03-05 16:13 . changed Dockerfile
version: '2'
services:
idcops:
build: .
image: django-idcops
command: python manage.py runserver 0.0.0.0:8000
volumes:
- .:/code
ports:
- "8000:8000"
Python
1
https://gitee.com/zhou_tc/django-idcops.git
git@gitee.com:zhou_tc/django-idcops.git
zhou_tc
django-idcops
django-idcops
master

搜索帮助