Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
| 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 |
|