Lokiiparihar commited on
Commit
5b98f03
·
verified ·
1 Parent(s): 698c79e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -8,4 +8,5 @@ RUN pip3 install -r requirements.txt
8
 
9
  EXPOSE 8501
10
 
11
- CMD ["python", "app.py"]
 
 
8
 
9
  EXPOSE 8501
10
 
11
+ CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.enableCORS=false", "--server.headless=true"]
12
+