Commit
·
7e11f55
1
Parent(s):
a637871
updated app
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -54,4 +54,4 @@ EXPOSE 8501
|
|
54 |
|
55 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
56 |
|
57 |
-
ENTRYPOINT ["streamlit", "run", "
|
|
|
54 |
|
55 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
56 |
|
57 |
+
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|