diff --git a/Dockerfile b/Dockerfile index add4b14..e04e058 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,9 @@ RUN pip install --no-cache-dir -r requirements.txt # Copy application code COPY app/ ./app/ +# Copy YAML artifacts for RAG indexing +COPY artifacts/ ./artifacts/ + # Default model (API key must be passed at runtime for security) ENV OPENAI_MODEL=gpt-4o-mini