build:
	docker build  $(BUILD_ARGS)  -t  $(OPENAGER_REPO)/grafana .

.PHONY: build
