Files
devops-directive-docker-course/04-building-container-images/sample-app/api-golang/Makefile
2023-01-23 10:48:02 -05:00

4 lines
116 B
Makefile

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