Spaces:
Running
Running
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", "
|
|
|
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=8501", "--server.address=0.0.0.0"]
|