commit
22bd2edd98
@ -1,9 +1,8 @@ |
||||
language: node_js |
||||
node_js: |
||||
- "8" |
||||
env: |
||||
global: |
||||
secure: Qdkmi13nqcXskABBhbuGZmRakh4orOW1dalkSCyUbzGuYf0OdYF8ttNVuJa0WSWI4KhNXhtz2p3I8dM95wL++LCVqXFmIvZtX8Nca36KlNxIPNXPjn0odayh+c4pgrhrbz8TDmDXl9IPuZmNz8HHtN7xmIn6YDcm13wA3gTmfwo= |
||||
sudo: required |
||||
dist: trusty |
||||
node_js: '8' |
||||
before_install: npm install -g grunt-cli |
||||
install: npm install |
||||
before_script: grunt build |
||||
install: |
||||
- npm install |
||||
- npm run dist |
||||
|
@ -1,9 +1,10 @@ |
||||
FROM mhart/alpine-node:latest |
||||
FROM node |
||||
|
||||
ADD . /eth-netstats |
||||
WORKDIR /eth-netstats |
||||
|
||||
RUN npm install && npm install -g grunt-cli && grunt |
||||
RUN git clone https://github.com/goerli/netstats-server /netstats-server |
||||
WORKDIR /netstats-server |
||||
RUN npm install |
||||
RUN npm install -g grunt-cli |
||||
RUN grunt |
||||
|
||||
EXPOSE 3000 |
||||
CMD ["npm", "start"] |
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue