1 Star 0 Fork 7

super/fastapi-mysql-example-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 224 Bytes
一键复制 编辑 原始数据 按行查看 历史
fuyi501 提交于 2021-10-20 10:52 +08:00 . first commit
FROM python
WORKDIR /home/fastapi
COPY . .
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
EXPOSE 17000
CMD ["uvicorn", "app.main:app", "--reload", "--host", "0.0.0.0", "--port", "17000"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fitersu/fastapi-mysql-example-app.git
git@gitee.com:fitersu/fastapi-mysql-example-app.git
fitersu
fastapi-mysql-example-app
fastapi-mysql-example-app
master

搜索帮助