Add make command for making kind cluster

main
John Kenyon 2025-06-23 08:29:41 -07:00
parent eb5d2c91ef
commit 437a23a898
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
cluster: kind-config.yaml
kind create cluster --config kind-config.yaml
image: Dockerfile image: Dockerfile
docker build -t shoppinglist-frontend:latest . docker build -t shoppinglist-frontend:latest .