Files
devops-directive-docker-course/05-example-web-application/api-golang/Makefile

5 lines
116 B
Makefile

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