mirror of
https://git.wownero.com/lza_menace/docker-wownero.git
synced 2024-08-15 01:03:31 +00:00
big refactor, add makefile, update dashboard, use nocompile option
This commit is contained in:
parent
288ec0722c
commit
1bbc059f00
6 changed files with 217 additions and 58 deletions
11
wownero/dockerfiles/wownerod_exporter
Normal file
11
wownero/dockerfiles/wownerod_exporter
Normal file
|
@ -0,0 +1,11 @@
|
|||
FROM node:8
|
||||
|
||||
WORKDIR /opt/wownerod_exporter
|
||||
|
||||
RUN git clone https://github.com/lalanza808/monerod_exporter.git --branch=master --depth=1 .
|
||||
|
||||
RUN npm install
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["node", "index.js"]
|
Loading…
Add table
Add a link
Reference in a new issue