Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -29,7 +29,7 @@ RUN python -m nltk.downloader stopwords wordnet omw-1.4
|
|
| 29 |
COPY src/ ./src/
|
| 30 |
|
| 31 |
# 5. Config
|
| 32 |
-
EXPOSE
|
| 33 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 34 |
|
| 35 |
ENTRYPOINT ["streamlit", "run", "src/app.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]
|
|
|
|
| 29 |
COPY src/ ./src/
|
| 30 |
|
| 31 |
# 5. Config
|
| 32 |
+
EXPOSE 7860
|
| 33 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 34 |
|
| 35 |
ENTRYPOINT ["streamlit", "run", "src/app.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]
|