5 lines
83 B
Makefile
Executable File
5 lines
83 B
Makefile
Executable File
build:
|
|
docker build $(BUILD_ARGS) -t $(OPENAGER_REPO)/grafana .
|
|
|
|
.PHONY: build
|