NavyDevilDoc commited on
Commit
7e2cb5d
·
verified ·
1 Parent(s): 810de1a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,4 +28,4 @@ HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1
28
 
29
  # Command to run the application
30
  # server.address=0.0.0.0 is crucial for Docker networking
31
- CMD ["streamlit", "run", "main.py", "--server.address=0.0.0.0", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]
 
28
 
29
  # Command to run the application
30
  # server.address=0.0.0.0 is crucial for Docker networking
31
+ CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]