NavyDevilDoc commited on
Commit
f60b86c
·
verified ·
1 Parent(s): e31e1f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health || exit 1
31
 
32
  # Command to run the application
33
  # Note the addition of --server.port=7860
34
- CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0", "--server.port=7860", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]]
 
31
 
32
  # Command to run the application
33
  # Note the addition of --server.port=7860
34
+ CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0", "--server.port=7860", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]