use original repo for monerod_exporter

This commit is contained in:
lza_menace
2020-09-29 21:53:58 -07:00
parent 0aa82e4e8a
commit 4a979803bf

View File

@@ -2,7 +2,7 @@ FROM node:8
WORKDIR /opt/monerod_exporter WORKDIR /opt/monerod_exporter
RUN git clone https://github.com/lalanza808/monerod_exporter.git --branch=docker --depth=1 . RUN git clone https://github.com/ExcitableAardvark/monerod_exporter.git --branch=master --depth=1 .
RUN npm install RUN npm install