Valmbd commited on
Commit
1fdb2f4
·
1 Parent(s): 1981541

Rename app.py to main.py to fix module shadowing

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. app/{app.py → main.py} +0 -0
Dockerfile CHANGED
@@ -31,4 +31,4 @@ EXPOSE 7860
31
 
32
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
33
 
34
- ENTRYPOINT ["streamlit", "run", "app/app.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
31
 
32
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
33
 
34
+ ENTRYPOINT ["streamlit", "run", "app/main.py", "--server.port=7860", "--server.address=0.0.0.0"]
app/{app.py → main.py} RENAMED
File without changes