From f57942f2575dc26c9487688ded773a0abdab5c61 Mon Sep 17 00:00:00 2001 From: Christopher Baklid Date: Sun, 29 Apr 2018 20:03:50 +0200 Subject: pipenv and dockerfile (#62) pipenv and dockerfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index bb8ff03f..89351891 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -18,7 +18,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| type: "virtualbox", mount_options: ["dmode=775,fmode=775"] end - config.vm.provision "shell", path: "Vagrant_bootstrap.sh" + config.vm.provision "shell", path: "scripts/vagrant_bootstrap.sh" end end -- cgit v1.2.3