Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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"]
|