first commit
This commit is contained in:
8
grafana/dashboards/Dockerfile
Normal file
8
grafana/dashboards/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM ubuntu:24.04
|
||||
|
||||
COPY . /grafana
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y curl
|
||||
|
||||
ENTRYPOINT ["sh", "/grafana/dashboards/init.sh"]
|
||||
Reference in New Issue
Block a user