use my fork of monerod_exporter and jazz up the dashboard
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FROM ubuntu:20.04 as og
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
ARG threads
|
||||
|
||||
WORKDIR /opt/monero
|
||||
|
||||
@@ -2,7 +2,7 @@ FROM node:8
|
||||
|
||||
WORKDIR /opt/monerod_exporter
|
||||
|
||||
RUN git clone https://github.com/ExcitableAardvark/monerod_exporter.git --branch=master --depth=1 .
|
||||
RUN git clone https://github.com/lalanza808/monerod_exporter.git --branch=master --depth=1 .
|
||||
|
||||
RUN npm install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user