diff --git a/Makefile b/Makefile index 65008da..e015275 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,8 @@ dind: docker: cp -aruv /usr/bin/docker docker -install: docker all - +build: docker all docker build -t znetstar/tor-router:0.0.1 . + +install: + bash install.sh \ No newline at end of file diff --git a/install.sh b/install.sh old mode 100644 new mode 100755