MukulRay commited on
Commit
5cf488e
·
1 Parent(s): da46b94

fix: add guardrails.py to Dockerfile COPY

Browse files
Files changed (1) hide show
  1. 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