From 5725a64fdff813b793d66766274520bc4009cbe6 Mon Sep 17 00:00:00 2001 From: João Paulo Nunes Soares Date: Jun 04 2018 22:41:34 +0000 Subject: Adding git to Vagrantfile --- diff --git a/Vagrantfile b/Vagrantfile index 44e8d97..bbc5b3b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -39,6 +39,7 @@ Vagrant.configure(2) do |config| frontend.vm.provision "shell", inline: <<-SHELL cd kiskadee_ui + dnf -y install git sudo dnf install nodejs -y npm run dev SHELL