NaikPriyank commited on
Commit
c9db278
·
verified ·
1 Parent(s): 0c9e2d4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -33,7 +33,7 @@ EXPOSE 7860
33
  ENV STREAMLIT_SERVER_ENABLE_CORS=false
34
  ENV STREAMLIT_SERVER_ENABLE_XSRF_PROTECTION=false
35
  ENV STREAMLIT_SERVER_ENABLEWEBBROWSER=false
36
- ENV STREAMLIT_SERVER_PORT=8501
37
 
38
  # Run the Streamlit app
39
  CMD ["streamlit", "run", "genAI.py", "--server.port=7860"]
 
33
  ENV STREAMLIT_SERVER_ENABLE_CORS=false
34
  ENV STREAMLIT_SERVER_ENABLE_XSRF_PROTECTION=false
35
  ENV STREAMLIT_SERVER_ENABLEWEBBROWSER=false
36
+ ENV STREAMLIT_SERVER_PORT=7860
37
 
38
  # Run the Streamlit app
39
  CMD ["streamlit", "run", "genAI.py", "--server.port=7860"]