fix: add guardrails.py to Dockerfile COPY
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,7 @@ COPY requirements.txt .
|
|
| 14 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 15 |
|
| 16 |
# Copy app code
|
| 17 |
-
COPY main.py rag.py embedder.py ingest.py index.html ./
|
| 18 |
|
| 19 |
# Model is NOT baked in — mount via Azure Blob or provide MODEL_PATH env var
|
| 20 |
# See README for options
|
|
|
|
| 14 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 15 |
|
| 16 |
# Copy app code
|
| 17 |
+
COPY main.py rag.py embedder.py ingest.py guardrails.py index.html ./
|
| 18 |
|
| 19 |
# Model is NOT baked in — mount via Azure Blob or provide MODEL_PATH env var
|
| 20 |
# See README for options
|