Spaces:
Running
Running
devjas1
commited on
Commit
·
7d201d1
1
Parent(s):
90e2d6d
FEAT(Dockerfile): update entry point in Dockerfile to use 'app.py'; add main application script for Streamlit
Browse files- Dockerfile +1 -1
- 1_Upload_and_Run.py → app.py +0 -0
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ EXPOSE 8501
|
|
18 |
|
19 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
20 |
|
21 |
-
ENTRYPOINT ["streamlit", "run", "
|
|
|
18 |
|
19 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
20 |
|
21 |
+
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|
1_Upload_and_Run.py → app.py
RENAMED
File without changes
|