jacktol commited on
Commit
1f36570
·
1 Parent(s): 857507d

added various files

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ RUN pip install -r requirements.txt
20
  EXPOSE 8080
21
 
22
  # Run the application
23
- CMD ["chainlit", "run", "app.py", "--port", "8080"]
 
20
  EXPOSE 8080
21
 
22
  # Run the application
23
+ CMD ["chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]