Spaces:
Sleeping
Sleeping
lucebert
commited on
Commit
·
6d8de0b
1
Parent(s):
f9f79fd
update dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,4 +30,4 @@ COPY --chown=user . .
|
|
30 |
EXPOSE 7860
|
31 |
|
32 |
# Run the application
|
33 |
-
CMD ["chainlit", "run", "
|
|
|
30 |
EXPOSE 7860
|
31 |
|
32 |
# Run the application
|
33 |
+
CMD ["chainlit", "run", "app.py", "--host", "0.0.0.0", "--port", "7860"]
|