mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02:00
Setup dokku-installer within Vagrant VM on first provision
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user