diff --git a/Makefile b/Makefile index 2a88db0..8e57b25 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ up: build docker-compose up build-binary: + go mod download GOOS=linux GOARCH=amd64 go build -o bins/genityapp -v cmd/* run: build-binary up