This commit is contained in:
aaron 2025-04-09 13:45:27 +08:00
parent 793c125655
commit 0335b7f368

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"]