1 2 3 4 5 6 7
.PHONY: all build all: build docker run -it --rm -e DSN=mysql://root:test@localhost:3306/dbpulse build: docker build -t dbpulse .