diff --git a/Dockerfile b/Dockerfile index 5d099e3..b9f051d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \ RUN pip install --no-cache-dir uv # Copy project files -COPY pyproject.toml uv.lock ./ +COPY pyproject.toml uv.lock README.md ./ COPY src/ ./src/ # Install Python dependencies using uv