mirror of
https://github.com/nikdoof/docker-sthttpd.git
synced 2025-12-23 22:39:24 +00:00
Initial commit.
This commit is contained in:
8
Vagrantfile
vendored
Normal file
8
Vagrantfile
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: ruby -*-
|
||||
# vi: set ft=ruby :
|
||||
|
||||
Vagrant.configure("2") do |config|
|
||||
config.vm.box = "base"
|
||||
config.vm.provision "shell", inline: "chmod a+x /vagrant/buildpackage.sh && /vagrant/buildpackage.sh"
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user