dipeshtech commited on
Commit
bb99979
·
verified ·
1 Parent(s): f7ec481

added port

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,4 +9,4 @@ COPY ./requirements.txt ~/app/requirements.txt
9
  RUN pip config --user set global.progress_bar off
10
  RUN pip install -r requirements.txt --progress-bar off
11
  COPY . .
12
- CMD ["streamlit", "run", "app.py"]
 
9
  RUN pip config --user set global.progress_bar off
10
  RUN pip install -r requirements.txt --progress-bar off
11
  COPY . .
12
+ CMD ["streamlit", "run", "app.py", "--server.port", "7860"]