From 9d608a263f66c06af4577d86604ea82bc7dabb20 Mon Sep 17 00:00:00 2001 From: vera <511201264@qq.com> Date: Wed, 11 Feb 2026 10:48:34 +0800 Subject: [PATCH] fix: Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f91836..9b3d7e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ # Create app directory WORKDIR /app # Copy dependency definition files -COPY pyproject.toml uv.lock ./ +COPY pyproject.toml ./ # Install dependencies ENV UV_HTTP_TIMEOUT=1200