1 Star 0 Fork 21

赵文龙/fastapi_sqlalchemy_mysql

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wu Clan 提交于 2022-11-04 18:44 +08:00 . 新版本覆盖推送
FROM python:3.8-slim
WORKDIR /fsm
COPY . /fsm
RUN pip install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple \
&& pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
ENV TZ = Asia/Shanghai
RUN mkdir -p /var/log/fastapi_server
EXPOSE 8001
CMD ["uvicorn", "backend.app.main:app", "--host", "127.0.0.1", "--port", "8000"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zwl1087/fastapi_sqlalchemy_mysql.git
git@gitee.com:zwl1087/fastapi_sqlalchemy_mysql.git
zwl1087
fastapi_sqlalchemy_mysql
fastapi_sqlalchemy_mysql
master

搜索帮助