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
Files changed (1) hide show
  1. 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", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
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"]