2 Star 4 Fork 1

supermain/六年七班同学录

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 286 Bytes
一键复制 编辑 原始数据 按行查看 历史
supermain 提交于 2022-05-21 16:49 . Docker
FROM python:3.9
RUN mkdir /usr/src/django_year6_class7
COPY . /usr/src/django_year6_class7
WORKDIR /usr/src/django_year6_class7
RUN pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
RUN chmod +x migrate.sh && ./migrate.sh
CMD python manage.py runserver 0:8000
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/superpythonwen/django-year6-class7.git
git@gitee.com:superpythonwen/django-year6-class7.git
superpythonwen
django-year6-class7
六年七班同学录
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385