2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-01 03:20:53 +00:00
lnbook/code/docker/btc-explorer/Dockerfile

6 lines
125 B
Docker
Raw Normal View History

FROM node:12-alpine
WORKDIR /usr/src/btc-explorer
RUN npm install git+https://git@github.com/janoside/btc-rpc-explorer.git