Rename app.py to main.py to fix module shadowing
Browse files- Dockerfile +1 -1
- 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/
|
|
|
|
| 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
|