baderanas commited on
Commit
f84256a
·
verified ·
1 Parent(s): 88eff1f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 7860
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