Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,4 +20,4 @@ WORKDIR $HOME/app
|
|
| 20 |
COPY --chown=user . $HOME/app
|
| 21 |
|
| 22 |
# Define the command to run the Streamlit app on port "8501" and make it accessible externally
|
| 23 |
-
CMD ["streamlit", "run", "app.py", "--server.port=
|
|
|
|
| 20 |
COPY --chown=user . $HOME/app
|
| 21 |
|
| 22 |
# Define the command to run the Streamlit app on port "8501" and make it accessible externally
|
| 23 |
+
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]
|