Spaces:
Sleeping
Sleeping
Commit
·
32514fb
1
Parent(s):
ee91105
update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,4 +29,4 @@ EXPOSE 7860
|
|
29 |
USER user
|
30 |
|
31 |
# Command to run the application
|
32 |
-
CMD ["chainlit", "run", "scripts/chat.py", "--port", "7860", "-h"]
|
|
|
29 |
USER user
|
30 |
|
31 |
# Command to run the application
|
32 |
+
CMD ["chainlit", "run", "scripts/chat.py", "--port", "7860", "--host", "0.0.0.0", "-h"]
|