root39058 commited on
Commit
3f8b8af
·
verified ·
1 Parent(s): 43c0ae6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY . .
9
 
10
- CMD ["streamlit", "run", "app.py", "--server.port=7890", "--server.address=0.0.0.0"]
 
7
 
8
  COPY . .
9
 
10
+ CMD ["python", "app.py"]