Spaces:
Sleeping
Sleeping
Peter Yang
commited on
Commit
·
bf0843b
1
Parent(s):
7450880
fix configuration error
Browse files- Dockerfile +1 -1
- 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
|
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:
|
|
|
5 |
sdk: docker
|
6 |
pinned: false
|
7 |
license: mit
|
8 |
+
app_port: 7860
|