diff --git a/Dockerfile b/Dockerfile index 007a1af..26200b9 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