Spaces:
Runtime error
Runtime error
daniel Foley
commited on
Commit
·
cb13d1e
1
Parent(s):
91b7015
Updated Dockerfile with same port as chainlit app
Browse filesCo-authored-by: Dan [email protected]
Co-authored-by: Brandon [email protected]
Co-authored-by: Enrico [email protected]
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -94,7 +94,7 @@ ENV PORT=7860
|
|
| 94 |
|
| 95 |
|
| 96 |
|
| 97 |
-
ENV CHAINLIT_SERVER_PORT=
|
| 98 |
|
| 99 |
|
| 100 |
|
|
|
|
| 94 |
|
| 95 |
|
| 96 |
|
| 97 |
+
ENV CHAINLIT_SERVER_PORT=8000
|
| 98 |
|
| 99 |
|
| 100 |
|