Setup dokku-installer within Vagrant VM on first provision

This commit is contained in:
Jose Diaz-Gonzalez
2014-11-15 20:09:57 -05:00
parent 190c50b694
commit a2d1d8c065
3 changed files with 13 additions and 6 deletions

1
Vagrantfile vendored
View File

@@ -30,4 +30,5 @@ Vagrant::configure("2") do |config|
end
config.vm.provision :shell, :inline => "apt-get -qq -y install git > /dev/null && cd /root/dokku && #{make_cmd}"
config.vm.provision :shell, :inline => "cd /root/dokku && make dokku-installer"
end