makhtar7186 commited on
Commit
2c58ef5
·
verified ·
1 Parent(s): 0854c37

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN pip install --no-cache-dir -r requirements.txt
19
  COPY app.py .
20
  COPY rag_core.py .
21
  # Copy chroma_storage directory
22
- COPY chroma_storage ./chroma_storage-Copie
23
 
24
  # Expose any ports if needed (Telegram bot uses polling, no ports needed)
25
 
 
19
  COPY app.py .
20
  COPY rag_core.py .
21
  # Copy chroma_storage directory
22
+ COPY chroma_storage ./chroma_storage
23
 
24
  # Expose any ports if needed (Telegram bot uses polling, no ports needed)
25