This commit is contained in:
2016-08-18 12:19:41 +02:00
commit 2c9c10924f
5 changed files with 115 additions and 0 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
default: build
build: kill
docker build -t sneak/steemd .
run: kill
docker run --name sneak-steemd -d sneak/steemd
docker logs -f sneak-steemd
kill:
-docker rm -f sneak-steemd