dromerosm commited on
Commit
f61b49f
1 Parent(s): 677a9a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,4 +7,4 @@ COPY . /app/
7
 
8
  RUN pip install -r requirements.txt
9
 
10
- CMD ["streamlit", "run", "app.py", "--server.port", "8080"]
 
7
 
8
  RUN pip install -r requirements.txt
9
 
10
+ CMD ["streamlit", "run", "app.py", "--server.port", "8051"]