Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -3
Dockerfile
CHANGED
|
@@ -18,7 +18,5 @@ RUN python -m spacy download en_core_web_md
|
|
| 18 |
# Expose port 8501 for Streamlit
|
| 19 |
EXPOSE 8501
|
| 20 |
|
| 21 |
-
|
| 22 |
-
|
| 23 |
# Run the application
|
| 24 |
-
ENTRYPOINT ["streamlit", "run", "app.py"]
|
|
|
|
| 18 |
# Expose port 8501 for Streamlit
|
| 19 |
EXPOSE 8501
|
| 20 |
|
|
|
|
|
|
|
| 21 |
# Run the application
|
| 22 |
+
ENTRYPOINT ["streamlit", "run", "app.py","--server.port","8501","--server.address","0.0.0.0"]
|