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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
610
Commits
4
Branches
15
Tags
9.0 MiB
Tree:
d5c7a07848
fix-133-memory-crash
master
patch-1
safe-v8-flag
v1.0.0
v1.0.1
v1.0.2
v1.0.3
v1.1.0
v1.1.1
v1.1.2
v1.1.3
v1.1.4
v1.1.5
v1.1.8
v1.1.9
v2.0.0
v2.0.1
v2.0.2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd5c7a07848'
${ noResults }
btc-rpc-explorer
/
Dockerfile
7 lines
82 B
Raw
Normal View
History
Fix #37 Thanks @oktapodia
7 years ago
FROM
node:8
WORKDIR
/workspace
COPY
. .
RUN
npm install
CMD
npm start
EXPOSE
3002