diff --git a/Dockerfile b/Dockerfile index cc8290b..1c6e311 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,6 @@ RUN uv pip install --system --no-cache-dir -r requirements.txt # 这样临时文件默认会生成在 /app 下,而代码在 /app/app 下,实现了分离 COPY app ./app COPY db_inp ./db_inp -COPY temp ./temp COPY .env . # 设置 PYTHONPATH 以便 uvicorn 找到 app 模块