added various files
Browse files- 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", "
|
|
|
20 |
EXPOSE 8080
|
21 |
|
22 |
# Run the application
|
23 |
+
CMD ["chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
|