Spaces:
Sleeping
Sleeping
devjas1
commited on
Commit
·
90e2d6d
1
Parent(s):
9318b04
(FIX/CHORE): fixed the entry point in 'Dockerfile' from the previously named 'app.py' >>> '1_Upload_and_Run.py' so there's no errors when building on HF space
Browse files- Dockerfile +1 -1
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", "1_Upload_and_Run.py", "--server.port=8501", "--server.address=0.0.0.0"]
|