Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -22,4 +22,4 @@ COPY standalone_embed.sh /standalone_embed.sh
|
|
| 22 |
EXPOSE 19530
|
| 23 |
|
| 24 |
# Start Milvus on container startup
|
| 25 |
-
CMD ["bash", "-c", "/standalone_embed.sh start && tail -f /dev/null"]
|
|
|
|
| 22 |
EXPOSE 19530
|
| 23 |
|
| 24 |
# Start Milvus on container startup
|
| 25 |
+
CMD ["bash", "-c", "./standalone_embed.sh start && tail -f /dev/null"]
|