diff --git a/Dockerfile b/Dockerfile index 0998608..17a33c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,7 @@ COPY pyproject.toml . # 安装Python依赖 RUN uv sync --locked +RUN pip install uvicorn # 复制应用代码 COPY . .