1 Star 0 Fork 67

新1 / django-idcops

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 352 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangwz 提交于 2020-03-05 16:13 . changed Dockerfile
FROM python:3.7-slim
ENV PYTHONUNBUFFERED 1
RUN mkdir /code
WORKDIR /code
COPY . /code/
RUN pip install --upgrade pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple/
RUN pip install -i https://mirrors.aliyun.com/pypi/simple/ -r /code/requirements.txt || \
pip install -r /code/requirements.txt
VOLUME /code/static
VOLUME /code/media
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

搜索帮助