topic/cleaning #4

Merged
shah merged 23 commits from topic/cleaning into master 2022-05-31 14:53:59 +00:00
Showing only changes of commit a41584d9dd - Show all commits

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