1 Star 0 Fork 37

jared/domain-admin

forked from dromara/domain-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 478 Bytes
一键复制 编辑 原始数据 按行查看 历史
mouday 提交于 2023-06-22 11:34 . fix
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' 'domain_admin.main:app'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jared1019/domain-admin.git
[email protected]:jared1019/domain-admin.git
jared1019
domain-admin
domain-admin
master

搜索帮助