Merge branch 'docker-image' of github.com:letbetcoin/eth-netstats into tao-staging

pull/5/head
5chdn 6 years ago
commit 90c13a472d
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80
  1. 11
      Dockerfile

@ -1,9 +1,10 @@
FROM mhart/alpine-node:latest FROM node
ADD . /eth-netstats RUN git clone https://github.com/goerli/netstats-server /netstats-server
WORKDIR /eth-netstats WORKDIR /netstats-server
RUN npm install
RUN npm install && npm install -g grunt-cli && grunt RUN npm install -g grunt-cli
RUN grunt
EXPOSE 3000 EXPOSE 3000
CMD ["npm", "start"] CMD ["npm", "start"]

Loading…
Cancel
Save