heikowagner commited on
Commit
0f36dfe
1 Parent(s): f0c8804

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -9,6 +9,6 @@ RUN pip install -r requirements.txt
9
  RUN ls -la
10
  #RUN python load_docs.py
11
  RUN python run.py
12
- CMD ["streamlit", "run", "app.py", "--server.port=8080"]
13
  #CMD ls -la
14
- EXPOSE 8080
 
9
  RUN ls -la
10
  #RUN python load_docs.py
11
  RUN python run.py
12
+ CMD ["streamlit", "run", "app.py", "--server.port=7860"]
13
  #CMD ls -la
14
+ EXPOSE 7860