1 Star 0 Fork 37

taote/domain-admin

forked from dromara/domain-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
mouday 提交于 2024-02-03 22:48 . 移除预安装依赖:psycopg2
FROM python:3.7.15-alpine3.16
ADD . /app
WORKDIR /app
RUN cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& apk add --no-cache --virtual .build-deps gcc musl-dev libffi-dev openssl-dev bash \
&& apk add --no-cache libffi openssl \
&& pip install --no-cache-dir --upgrade pip setuptools wheel gunicorn \
&& pip install --no-cache-dir -r requirements/production.txt \
&& apk del .build-deps
CMD gunicorn --bind '0.0.0.0:8000' --timeout 120 'domain_admin.main:app'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/taote/domain-admin.git
[email protected]:taote/domain-admin.git
taote
domain-admin
domain-admin
master

搜索帮助