mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 06:27:59 +01:00
Merge pull request #46 from Poniverse/feature/fix_nginx_vm_boot
Resolves #45: start nginx on every VM boot
This commit is contained in:
commit
f193254dbc
1 changed files with 2 additions and 0 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -24,4 +24,6 @@ Vagrant.configure("2") do |config|
|
|||
|
||||
config.vm.synced_folder "../pony.fm.files", "/vagrant-files", type: "nfs"
|
||||
config.bindfs.bind_folder "/vagrant", "/vagrant"
|
||||
|
||||
config.vm.provision "shell", path: "vagrant/copy-and-restart-configs.sh", run: "always"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue