Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -28,4 +28,4 @@ RUN uv sync
|
|
28 |
EXPOSE 7860
|
29 |
|
30 |
# Run the app
|
31 |
-
CMD ["uv", "run", "chainlit", "run", "
|
|
|
28 |
EXPOSE 7860
|
29 |
|
30 |
# Run the app
|
31 |
+
CMD ["uv", "run", "chainlit", "run", "rag_saraswati.py", "--host", "0.0.0.0", "--port", "7860"]
|