55 Star 502 Fork 355

极客时间/Django

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Dockerfile 390 Bytes
Copy Edit Raw Blame History
## 基于已经构建好的 base 构建,
## 事先使用 Dockerfile-base 构建 ihopeit/django-recruitment-base:0.8 镜像
## 或者从 docker.io pull 0.8 版本的 base镜像,这个镜像中有完整的 python/django 包
FROM ihopeit/django-recruitment-base:0.8
WORKDIR /data/recruitment
ENV server_params=
COPY . .
EXPOSE 8000
CMD ["/bin/sh", "/data/recruitment/start.production.bat"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/geektime-geekbang/django.git
git@gitee.com:geektime-geekbang/django.git
geektime-geekbang
django
Django
master

Search