Spaces:
Runtime error
Runtime error
bikrammaharjan
commited on
Commit
•
60306b4
1
Parent(s):
167cffa
chat pdf Docker file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,4 +25,4 @@ COPY --chown=user . .
|
|
25 |
|
26 |
|
27 |
# Command to run your application
|
28 |
-
CMD ["
|
|
|
25 |
|
26 |
|
27 |
# Command to run your application
|
28 |
+
CMD ["chainlit", "run", "app.py", "--port", "7860"]
|