Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,7 +22,7 @@ WORKDIR $HOME/app
|
|
| 22 |
COPY --chown=user . $HOME/app
|
| 23 |
|
| 24 |
# Define the command to run the Streamlit app
|
| 25 |
-
CMD ["streamlit", "run", "
|
| 26 |
"--server.port=8501", \
|
| 27 |
"--server.address=0.0.0.0", \
|
| 28 |
"--server.enableXsrfProtection=false"]
|
|
|
|
| 22 |
COPY --chown=user . $HOME/app
|
| 23 |
|
| 24 |
# Define the command to run the Streamlit app
|
| 25 |
+
CMD ["streamlit", "run", "app.py", \
|
| 26 |
"--server.port=8501", \
|
| 27 |
"--server.address=0.0.0.0", \
|
| 28 |
"--server.enableXsrfProtection=false"]
|