Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|