2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-06 21:20:29 +00:00
lnbook/code/docker/btc-explorer/Dockerfile
Andreas M. Antonopoulos 73bf225708 Docker consolidation and cleanup
Converted to multi-stage builds and improved startup handling
2020-06-11 16:19:56 -04:00

6 lines
125 B
Docker

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