This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
btc-rpc-explorer
mirror of
https://github.com/lukechilds/btc-rpc-explorer.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
430
Commits
4
Branches
15
Tags
9.0 MiB
JavaScript
58.6%
Pug
40.1%
CSS
1.3%
Tree:
37c962e30e
btc-rpc-explorer
/
Dockerfile
6 lines
82 B
Raw
Blame
History
FROM
node:8
WORKDIR
/workspace
COPY
. .
RUN
npm install
CMD
npm start
EXPOSE
3002
Reference in new issue