Spaces:
Sleeping
Sleeping
daniel Foley
commited on
Commit
·
6c1e5e3
1
Parent(s):
cb13d1e
Exposing different port
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -94,7 +94,7 @@ ENV PORT=7860
|
|
94 |
|
95 |
|
96 |
|
97 |
-
ENV CHAINLIT_SERVER_PORT=
|
98 |
|
99 |
|
100 |
|
@@ -108,4 +108,4 @@ ENV CHAINLIT_HOST="0.0.0.0"
|
|
108 |
|
109 |
# Change the CMD to use chainlit
|
110 |
|
111 |
-
CMD ["chainlit", "run", "app.py"]
|
|
|
94 |
|
95 |
|
96 |
|
97 |
+
ENV CHAINLIT_SERVER_PORT=7860
|
98 |
|
99 |
|
100 |
|
|
|
108 |
|
109 |
# Change the CMD to use chainlit
|
110 |
|
111 |
+
CMD ["chainlit", "run", "app.py","--port","7860"]
|