4 Star 47 Fork 35

Aeasringnar/django-RESTfulAPI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 373 Bytes
一键复制 编辑 原始数据 按行查看 历史
Aeasringnar 提交于 2022-10-20 18:25 +08:00 . update docker
FROM python:3.8
COPY sources.list /etc/apt
RUN apt update && apt upgrade -y &&\
apt install -y gcc g++ make vim net-tools python3-dev
WORKDIR /proj
COPY . .
ENV LC_ALL=zh_CN.utf8
ENV LANG=zh_CN.utf8
ENV LANGUAGE=zh_CN.utf8
ENV PIPURL "https://mirrors.aliyun.com/pypi/simple/"
RUN pip install -i ${PIPURL} -r requirements.txt
CMD ["gunicorn", "-c", "gunicorn_conf.py"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/aeasringnar/django-RESTfulAPI.git
[email protected]:aeasringnar/django-RESTfulAPI.git
aeasringnar
django-RESTfulAPI
django-RESTfulAPI
master

搜索帮助