ankush-003 commited on
Commit
4079cf5
·
verified ·
1 Parent(s): 7fd0fd5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,4 +43,4 @@ RUN mkdir -p content
43
  EXPOSE 7860
44
 
45
  # Command to run the application
46
- CMD ["chainlit", "run", "app.py", "--port", "7860"]
 
43
  EXPOSE 7860
44
 
45
  # Command to run the application
46
+ CMD ["chainlit", "run", "app.py", "--port", "7860", "--host", "0.0.0.0"]