From 6b09c6b20d78901519fc45c68d06d195f3871eba Mon Sep 17 00:00:00 2001 From: Jiang Date: Fri, 3 Apr 2026 14:53:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20Dockerfile=20=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E4=B8=B4=E6=97=B6=E6=96=87=E4=BB=B6=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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 模块