Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,4 +15,4 @@ COPY ./src/app.py .
|
|
| 15 |
EXPOSE 8501
|
| 16 |
|
| 17 |
# Command to run the Chainlit app
|
| 18 |
-
CMD ["chainlit", "run", "app.py", "-
|
|
|
|
| 15 |
EXPOSE 8501
|
| 16 |
|
| 17 |
# Command to run the Chainlit app
|
| 18 |
+
CMD ["chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "8501"]
|