fix: minor cleanup for makefile and dockerfile
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
VERSION ?= 0.0.1
|
||||
|
||||
all: install build
|
||||
DOCKER_USER ?=
|
||||
|
||||
install:
|
||||
go get ./...
|
||||
@@ -18,7 +17,4 @@ test:
|
||||
go test ./...
|
||||
|
||||
image:
|
||||
docker buildx build --platform linux/amd64,linux/arm64 -t venomdarklord/wa:v$(VERSION) --push .
|
||||
|
||||
deployment:
|
||||
kubectl apply -k ./manifests
|
||||
docker buildx build --platform linux/amd64,linux/arm64 -t $(DOCKER_USER)/whatsapp-mcp-go:v$(VERSION) --push .
|
||||
|
||||
Reference in New Issue
Block a user