Spaces:
Sleeping
Sleeping
Commit
·
eeaf296
1
Parent(s):
870f3c8
Fixed Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,4 +27,4 @@ RUN uv sync
|
|
27 |
EXPOSE 7860
|
28 |
|
29 |
# Run the app
|
30 |
-
CMD ["uv", "run", "chainlit", "run", "
|
|
|
27 |
EXPOSE 7860
|
28 |
|
29 |
# Run the app
|
30 |
+
CMD ["uv", "run", "chainlit", "run", "main.py", "--host", "0.0.0.0", "--port", "7860"]
|