Spaces:
Runtime error
Runtime error
Christine Mahler
commited on
Commit
·
b2cb82b
1
Parent(s):
b1c6b79
Updating
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,4 +26,4 @@ RUN uv sync
|
|
26 |
EXPOSE 7860
|
27 |
|
28 |
# Run the app
|
29 |
-
CMD ["uv", "run", "chainlit", "run", "
|
|
|
26 |
EXPOSE 7860
|
27 |
|
28 |
# Run the app
|
29 |
+
CMD ["uv", "run", "chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
|