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