updated makefile

This commit is contained in:
Jeffrey Paul 2016-08-18 12:52:52 +02:00
parent 8fd08d1373
commit 6b6b3e9f0b
Signed by: sneak
GPG Key ID: 052443F4DF2A55C2
1 changed files with 2 additions and 2 deletions

View File

@ -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: