1 Star 0 Fork 0

CodeBao/Daily

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 348 Bytes
一键复制 编辑 原始数据 按行查看 历史
CodeBao 提交于 2021-07-30 16:06 . 添加静态文件和Dockerfile
# FROM registry.cn-hangzhou.aliyuncs.com/wrapflag/python3.7-nginx-django:latest
FROM registry.cn-hangzhou.aliyuncs.com/wrapflag/nginx-for-django:latest
MAINTAINER baoqi
COPY . /opt/app
WORKDIR /opt/app
RUN pip3 install -r requirements.txt -i https://pypi.douban.com/simple
ENTRYPOINT /opt/app/entrypoint.sh
VOLUME ['/opt/app/db/db.sqlite3']
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wrapflag/daily.git
[email protected]:wrapflag/daily.git
wrapflag
daily
Daily
master

搜索帮助