Merge branch 'docker-image' of github.com:letbetcoin/eth-netstats into tao-staging
This commit is contained in:
commit
90c13a472d
11
Dockerfile
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…
Reference in New Issue
Block a user