mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 04:58:01 +01:00
Start nginx on every VM boot, fixes #45
Add missing colon to Vagrantfile Add copy-and-restart-configs.sh to always provision
This commit is contained in:
parent
454411b24b
commit
7728c01360
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