cmd/puppeth: etherchain light block explorer for PoW nets

This commit is contained in:
Péter Szilágyi
2017-10-20 11:14:10 +03:00
parent 9e095251b7
commit 1e0c336d29
9 changed files with 569 additions and 15 deletions

View File

@ -34,9 +34,9 @@ var ethstatsDockerfile = `
FROM mhart/alpine-node:latest
RUN \
apk add --update git && \
git clone --depth=1 https://github.com/karalabe/eth-netstats && \
apk del git && rm -rf /var/cache/apk/* && \
apk add --update git && \
git clone --depth=1 https://github.com/puppeth/eth-netstats && \
apk del git && rm -rf /var/cache/apk/* && \
\
cd /eth-netstats && npm install && npm install -g grunt-cli && grunt