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

.PHONY: build
