Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -50,4 +50,4 @@ RUN echo "# Welcome to RAG Chainlit Application! 👋\n\nThis is a Retrieval-Aug
|
|
50 |
EXPOSE 8000
|
51 |
|
52 |
# Start the Chainlit app
|
53 |
-
CMD ["chainlit", "run", "app.py", "--
|
|
|
50 |
EXPOSE 8000
|
51 |
|
52 |
# Start the Chainlit app
|
53 |
+
CMD ["chainlit", "run", "app.py", "--port", "7860", "-h"]
|