Files
devops-directive-docker-course/04-building-container-images/sample-app/api-golang/Makefile
2023-01-25 17:55:51 -05:00

5 lines
116 B
Makefile

.PHONY: run-local
run-local:
DATABASE_URL=postgres://postgres:foobarbaz@localhost:5432/postgres \
go run main.go