daniel Foley commited on
Commit
cb13d1e
·
1 Parent(s): 91b7015

Updated Dockerfile with same port as chainlit app

Browse files

Co-authored-by: Dan [email protected]
Co-authored-by: Brandon [email protected]
Co-authored-by: Enrico [email protected]

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -94,7 +94,7 @@ ENV PORT=7860
94
 
95
 
96
 
97
- ENV CHAINLIT_SERVER_PORT=7860
98
 
99
 
100
 
 
94
 
95
 
96
 
97
+ ENV CHAINLIT_SERVER_PORT=8000
98
 
99
 
100