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