cptsubtext commited on
Commit ·
9b689e3
1
Parent(s): 95192f0
update docker file
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,4 +22,4 @@ EXPOSE 8501
|
|
| 22 |
|
| 23 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 24 |
|
| 25 |
-
ENTRYPOINT ["streamlit", "run", "
|
|
|
|
| 22 |
|
| 23 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 24 |
|
| 25 |
+
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|