updated makefile
This commit is contained in:
parent
8fd08d1373
commit
6b6b3e9f0b
4
Makefile
4
Makefile
@ -1,10 +1,10 @@
|
||||
default: build
|
||||
|
||||
build: kill
|
||||
docker build -t sneak/bitcoind:master .
|
||||
docker build -t sneak/bitcoind:latest .
|
||||
|
||||
run: kill
|
||||
docker run --name sneak-bitcoind -d sneak/bitcoind:master
|
||||
docker run --name sneak-bitcoind -d sneak/bitcoind:latest
|
||||
docker logs -f sneak-bitcoind
|
||||
|
||||
kill:
|
||||
|
Loading…
Reference in New Issue
Block a user