AI-RESEARCHER-2024 commited on
Commit
72141ef
·
verified ·
1 Parent(s): b0071a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -50,4 +50,4 @@ RUN echo "# Welcome to RAG Chainlit Application! 👋\n\nThis is a Retrieval-Aug
50
  EXPOSE 8000
51
 
52
  # Start the Chainlit app
53
- CMD ["chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "8000"]
 
50
  EXPOSE 8000
51
 
52
  # Start the Chainlit app
53
+ CMD ["chainlit", "run", "app.py", "--port", "7860", "-h"]