jonathanjordan21 commited on
Commit
a90782d
·
verified ·
1 Parent(s): 6117299

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -17,6 +17,8 @@ RUN apt-get update && \
17
 
18
  # Copy the existing standalone_embed.sh script into the container
19
  COPY standalone_embed.sh /standalone_embed.sh
 
 
20
 
21
  # Expose the default Milvus port
22
  EXPOSE 19530
 
17
 
18
  # Copy the existing standalone_embed.sh script into the container
19
  COPY standalone_embed.sh /standalone_embed.sh
20
+ RUN chmod +x ./standalone_embed.sh
21
+
22
 
23
  # Expose the default Milvus port
24
  EXPOSE 19530