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