Adds installer

This commit is contained in:
zachary 2015-07-06 10:40:49 -04:00
parent 7975f40d98
commit 25bc13170d
2 changed files with 4 additions and 2 deletions

View file

@ -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

0
install.sh Normal file → Executable file
View file