Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,4 +31,4 @@ RUN pip install -r requirements.txt
|
|
31 |
EXPOSE 8000
|
32 |
|
33 |
# Run Chainlit with proper host binding
|
34 |
-
CMD ["chainlit", "run", "app/
|
|
|
31 |
EXPOSE 8000
|
32 |
|
33 |
# Run Chainlit with proper host binding
|
34 |
+
CMD ["chainlit", "run", "app/app.py", "--host", "0.0.0.0", "--port", "8000"]
|