This commit is contained in:
aaron 2025-04-09 13:49:03 +08:00
parent 7eefe15db6
commit e9fff76894

View File

@ -42,4 +42,4 @@ RUN pip install -i https://mirrors.aliyun.com/pypi/simple/ -r requirements.txt \
EXPOSE 8000
# 启动命令
CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]