Spaces:
Running
Running
NaikPriyank
commited on
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -30,7 +30,8 @@ COPY . /app/
|
|
30 |
EXPOSE 7860
|
31 |
|
32 |
# Set Streamlit's configuration to run on all interfaces
|
33 |
-
ENV
|
|
|
34 |
ENV STREAMLIT_SERVER_ENABLEWEBBROWSER=false
|
35 |
ENV STREAMLIT_SERVER_PORT=8501
|
36 |
|
|
|
30 |
EXPOSE 7860
|
31 |
|
32 |
# Set Streamlit's configuration to run on all interfaces
|
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 |
|