MikeCraBash commited on
Commit
5e00a71
·
verified ·
1 Parent(s): 31b2366

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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", "app.py", "--host", "0.0.0.0", "--port", "7860"]
 
28
  EXPOSE 7860
29
 
30
  # Run the app
31
+ CMD ["uv", "run", "chainlit", "run", "rag_saraswati.py", "--host", "0.0.0.0", "--port", "7860"]