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"]
Content type
Image
Digest
Size
115.6 MB
Last updated
over 6 years ago
docker pull hiakki/eth-netstats