Add docker file
This commit is contained in:
9
Dockerfile
Normal file
9
Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
FROM node
|
||||||
|
|
||||||
|
RUN git clone https://github.com/cubedro/eth-netstats /eth-netstats
|
||||||
|
WORKDIR /eth-netstats
|
||||||
|
RUN npm install
|
||||||
|
RUN npm install -g grunt-cli
|
||||||
|
RUN grunt
|
||||||
|
|
||||||
|
CMD ["npm", "start"]
|
||||||
Reference in New Issue
Block a user