Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,7 +20,7 @@ RUN python -m nltk.downloader wordnet stopwords
|
|
| 20 |
|
| 21 |
|
| 22 |
# 7. Expose Streamlit Port
|
| 23 |
-
EXPOSE
|
| 24 |
|
| 25 |
# 8. Run the Streamlit App
|
| 26 |
CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0"]
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
# 7. Expose Streamlit Port
|
| 23 |
+
EXPOSE 7860
|
| 24 |
|
| 25 |
# 8. Run the Streamlit App
|
| 26 |
CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0"]
|