Peter Yang commited on
Commit
31a570f
·
1 Parent(s): 0aa4600

use 8501 port

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. README.md +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN pip install --no-cache-dir --upgrade pip \
27
  && pip install --no-cache-dir -r requirements.txt
28
 
29
  # Expose the port Streamlit will run on
30
- EXPOSE 7860
31
 
32
  # Run Streamlit
33
  CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0"]
 
27
  && pip install --no-cache-dir -r requirements.txt
28
 
29
  # Expose the port Streamlit will run on
30
+ EXPOSE 8501
31
 
32
  # Run Streamlit
33
  CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0"]
README.md CHANGED
@@ -6,5 +6,5 @@ colorTo: green
6
  sdk: docker
7
  pinned: false
8
  license: mit
9
- app_port: 7860
10
  ---
 
6
  sdk: docker
7
  pinned: false
8
  license: mit
9
+ app_port: 8501
10
  ---