ash-171 commited on
Commit
b157c0a
·
verified ·
1 Parent(s): 2e446b4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -41,4 +41,4 @@ RUN pip install --no-cache-dir -r requirements.txt --root-user-action=ignore
41
  EXPOSE 8501
42
 
43
  # Run Streamlit app
44
- CMD ["streamlit", "run", "streamlit_app.py", "--server.port=8501", "--server.enableCORS=false"]
 
41
  EXPOSE 8501
42
 
43
  # Run Streamlit app
44
+ CMD ["streamlit", "run", "streamlit_app.py", "--server.port=8501"]