Copy default documents to Docker image

Added a step to copy default documents into the Docker image.
This commit is contained in:
pushkala-datastax 2025-11-28 09:30:58 -08:00 committed by GitHub
parent 3624b4f82b
commit cf44ed551d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,6 +40,9 @@ PY
#ENV EASYOCR_MODULE_PATH=~/.cache/docling/models/EasyOcr/
# Copy default documents
COPY openrag-documents/ ./openrag-documents/
# Copy Python source and flows
COPY src/ ./src/
COPY flows/ ./flows/