Intial Commit
This commit is contained in:
4
grafana/Dockerfile
Executable file
4
grafana/Dockerfile
Executable file
@@ -0,0 +1,4 @@
|
||||
FROM grafana/grafana:latest
|
||||
COPY rootfs /
|
||||
|
||||
|
||||
4
grafana/Makefile
Executable file
4
grafana/Makefile
Executable file
@@ -0,0 +1,4 @@
|
||||
build:
|
||||
docker build $(BUILD_ARGS) -t $(OPENAGER_REPO)/grafana .
|
||||
|
||||
.PHONY: build
|
||||
Reference in New Issue
Block a user