parent
f55f3830e4
commit
fea4b602d5
@ -0,0 +1 @@ |
||||
**/.git |
@ -0,0 +1,9 @@ |
||||
FROM mhart/alpine-node:latest |
||||
|
||||
ADD . /eth-netstats |
||||
WORKDIR /eth-netstats |
||||
|
||||
RUN npm install && npm install -g grunt-cli && grunt |
||||
|
||||
EXPOSE 3000 |
||||
CMD ["npm", "start"] |
Loading…
Reference in new issue