Peter Yang commited on
Commit
bf0843b
·
1 Parent(s): 7450880

fix configuration error

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 8501
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 7860
31
 
32
  # Run Streamlit
33
  CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0"]
README.md CHANGED
@@ -5,4 +5,4 @@ colorTo: green
5
  sdk: docker
6
  pinned: false
7
  license: mit
8
- app_port: 8051
 
5
  sdk: docker
6
  pinned: false
7
  license: mit
8
+ app_port: 7860