Files
docker-steemd/Makefile
T
2016-09-02 05:03:30 +02:00

16 lines
199 B
Makefile

default: build
build:
docker build \
-t sneak/steemd \
$(BUILD_ARGS) \
.
run: kill
envdir ~/.paths/steemd-secrets \
docker-compose up -d
kill:
docker-compose kill
docker-compose rm -f