Spaces:
Running
Running
NaikPriyank
commited on
Update Dockerfile
Browse files- 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=
|
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"]
|