ruslanmv commited on
Commit
84c06b3
·
verified ·
1 Parent(s): bbfb2b3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,6 +35,6 @@ COPY --chown=user . $HOME/app
35
  # Download the hello_milvus.py script
36
  RUN wget https://raw.githubusercontent.com/milvus-io/pymilvus/master/examples/hello_milvus.py
37
 
38
- EXPOSE 7860 19530
39
 
40
  CMD python3 -u app.py
 
35
  # Download the hello_milvus.py script
36
  RUN wget https://raw.githubusercontent.com/milvus-io/pymilvus/master/examples/hello_milvus.py
37
 
38
+ EXPOSE 7860 19530 2379
39
 
40
  CMD python3 -u app.py