Add make command for making kind cluster
parent
eb5d2c91ef
commit
437a23a898
|
|
@ -1,4 +1,9 @@
|
|||
|
||||
|
||||
cluster: kind-config.yaml
|
||||
kind create cluster --config kind-config.yaml
|
||||
|
||||
|
||||
image: Dockerfile
|
||||
docker build -t shoppinglist-frontend:latest .
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue