From 6b6b3e9f0bef7ee9581032bd797a8e5e3cf1a5b3 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 18 Aug 2016 12:52:52 +0200 Subject: [PATCH] updated makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 24c3844..2befda2 100644 --- a/Makefile +++ b/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: