target changed

This commit is contained in:
Shaz hemani 2020-09-16 18:56:04 +05:00
parent 532aa65e38
commit a41584d9dd
No known key found for this signature in database
GPG key ID: 976B8B017678D5AC

View file

@ -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