Sign inSign up

hiakki/eth-netstats

By hiakki

Updated over 6 years ago

Image
0

214

hiakki/eth-netstats repository overview

This image is built on Alpine 3.11.

Dockerfile:

FROM node:lts-alpine3.11

RUN apk add git

RUN git clone https://github.com/EthereumEx/eth-netstats.git /eth-netstats

WORKDIR /eth-netstats

RUN npm install

RUN npm install -g grunt-cli

RUN grunt all

EXPOSE 3000

ENTRYPOINT ["npm","start"]

Tag summary

Content type

Image

Digest

Size

115.6 MB

Last updated

over 6 years ago

docker pull hiakki/eth-netstats