This commit is contained in:
zachary 2015-07-06 10:23:35 -04:00
parent 3fd27832bb
commit 543dbf65cf
2 changed files with 5 additions and 3 deletions

View file

@ -1,4 +1,6 @@
Dockerfile Dockerfile
.dockerignore .dockerignore
.git .git
.gitignore .gitignore
.drone.yml
Makefile

View file

@ -9,5 +9,5 @@ dind:
.drone.yml: .drone.yml:
wget -qO- http://bit.ly/drone-yml-php | php > .drone.yml wget -qO- http://bit.ly/drone-yml-php | php > .drone.yml
install: install: all
docker build -t znetstar/tor-router:0.0.1 docker build -t znetstar/tor-router:0.0.1 .