checkpoint
This commit is contained in:
10
Makefile
10
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user