Spaces:
Sleeping
Sleeping
Alphin Jain commited on
Commit ·
492c5b0
1
Parent(s): ea0180b
Updated modules
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,4 +24,4 @@ COPY . .
|
|
| 24 |
|
| 25 |
EXPOSE 8501
|
| 26 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 27 |
-
ENTRYPOINT ["streamlit", "run", "
|
|
|
|
| 24 |
|
| 25 |
EXPOSE 8501
|
| 26 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 27 |
+
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|