amagastya commited on
Commit
a756388
·
verified ·
1 Parent(s): c153af6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ RUN pip install -r requirements.txt
31
  EXPOSE 8000
32
 
33
  # Run Chainlit with proper host binding
34
- CMD ["chainlit", "run", "app/spark.py", "--host", "0.0.0.0", "--port", "8000"]
 
31
  EXPOSE 8000
32
 
33
  # Run Chainlit with proper host binding
34
+ CMD ["chainlit", "run", "app/app.py", "--host", "0.0.0.0", "--port", "8000"]