update Dockerfile

This commit is contained in:
2025-07-07 02:32:12 +08:00
parent cbb07cbeea
commit 9f569609cc

View File

@@ -15,5 +15,5 @@ COPY . /app
EXPOSE 8000
# 启动命令
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]