.PHONY: build push
build:
	docker build -t lrobinovitch/postgres-kl:latest .
push: build
	docker push lrobinovitch/postgres-kl:latest
