3 Star 9 Fork 4

龙雨枫/fastapi-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 226 Bytes
一键复制 编辑 原始数据 按行查看 历史
龙雨枫 提交于 2024-12-31 15:02 +08:00 . update Dockerfile.
FROM python:3.11
WORKDIR /app
COPY . /app
RUN pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
RUN pip3 config set install.trusted-host mirrors.aliyun.com
RUN pip3 install -r requirements.txt
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/LongYuFeng/fastapi-admin.git
git@gitee.com:LongYuFeng/fastapi-admin.git
LongYuFeng
fastapi-admin
fastapi-admin
master

搜索帮助