checkpoint

This commit is contained in:
2016-08-18 13:50:02 +02:00
parent 2c9c10924f
commit 5387c3bfae
4 changed files with 86 additions and 27 deletions

View File

@@ -1,7 +1,15 @@
BUILD_ARGS := --build-arg UBUNTU_MIRROR="mirror://mirrors.ubuntu.com/mirrors.txt"
ifdef UBUNTU_MIRROR
BUILD_ARGS := --build-arg UBUNTU_MIRROR="$(UBUNTU_MIRROR)"
endif
default: build
build: kill
docker build -t sneak/steemd .
docker build \
-t sneak/steemd \
$(BUILD_ARGS) \
.
run: kill
docker run --name sneak-steemd -d sneak/steemd