Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -58,7 +58,7 @@ ENV ES_PORT=9200
|
|
58 |
ENV ELASTICSEARCH_HOSTS="http://localhost:9200"
|
59 |
|
60 |
# Expose required ports (Elasticsearch and Streamlit)
|
61 |
-
EXPOSE 9200
|
62 |
|
63 |
# Switch to non-root user
|
64 |
USER appuser
|
|
|
58 |
ENV ELASTICSEARCH_HOSTS="http://localhost:9200"
|
59 |
|
60 |
# Expose required ports (Elasticsearch and Streamlit)
|
61 |
+
EXPOSE 9200 7861
|
62 |
|
63 |
# Switch to non-root user
|
64 |
USER appuser
|