Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -40,4 +40,4 @@ EXPOSE 7860
|
|
| 40 |
|
| 41 |
# 7. Start the App
|
| 42 |
# CRITICAL FIX: We tell Streamlit to run the file inside the 'src' folder
|
| 43 |
-
ENTRYPOINT ["streamlit", "run", "src/app.py"]
|
|
|
|
| 40 |
|
| 41 |
# 7. Start the App
|
| 42 |
# CRITICAL FIX: We tell Streamlit to run the file inside the 'src' folder
|
| 43 |
+
ENTRYPOINT ["streamlit", "run", "src/app.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]
|