lucebert commited on
Commit
6d8de0b
·
1 Parent(s): f9f79fd

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,4 +30,4 @@ COPY --chown=user . .
30
  EXPOSE 7860
31
 
32
  # Run the application
33
- CMD ["chainlit", "run", "rag_app.py", "--host", "0.0.0.0", "--port", "7860"]
 
30
  EXPOSE 7860
31
 
32
  # Run the application
33
+ CMD ["chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]