Spaces:
Sleeping
Sleeping
Commit
·
ee91105
1
Parent(s):
571a81b
update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -29,4 +29,4 @@ EXPOSE 7860
|
|
29 |
USER user
|
30 |
|
31 |
# Command to run the application
|
32 |
-
CMD ["chainlit", "run", "scripts/chat.py",
|
|
|
29 |
USER user
|
30 |
|
31 |
# Command to run the application
|
32 |
+
CMD ["chainlit", "run", "scripts/chat.py", "--port", "7860", "-h"]
|