POC-golang-postgres-docker/Makefile

10 lines
132 B
Makefile
Raw Normal View History

2020-09-10 12:27:23 +00:00
export NAME=genityapp
build:
docker-compose build
run: build
docker-compose up
build-binary:
GOOS=linux GOARCH=amd64 go build