updates
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,10 +1,10 @@
|
||||
default: build
|
||||
|
||||
build: kill
|
||||
docker build -t sneak/bitcoind:0.12.0 .
|
||||
docker build -t sneak/bitcoind:master .
|
||||
|
||||
run: kill
|
||||
docker run --name sneak-bitcoind -d sneak/bitcoind:0.12.0
|
||||
docker run --name sneak-bitcoind -d sneak/bitcoind:master
|
||||
docker logs -f sneak-bitcoind
|
||||
|
||||
kill:
|
||||
|
||||
Reference in New Issue
Block a user