mirror of https://github.com/milvus-io/milvus.git
6 lines
70 B
Docker
6 lines
70 B
Docker
|
FROM alpine/helm:3.15.3
|
||
|
|
||
|
WORKDIR /app
|
||
|
|
||
|
COPY tests/_helm/values values
|