This commit is contained in:
zachary 2015-07-06 10:24:29 -04:00
parent 7787503c32
commit 3886eb6c8f

View file

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