From: Matt Palmer Date: Mon, 14 Sep 2015 05:48:15 +0000 (+1000) Subject: Link the git repo to the default location for discourse X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=992f060d183f4ad87fd5316847d8ab4cc758ffa2;p=discourse_docker.git Link the git repo to the default location for discourse --- diff --git a/Vagrantfile b/Vagrantfile index c3e3a28..3dc50f7 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -20,6 +20,8 @@ Vagrant.configure(2) do |config| apt-get -y remove --purge puppet juju apt-get -y autoremove --purge wget -qO- https://get.docker.com/ | sh + + ln -s /vagrant /var/discourse EOF if ENV["http_proxy"]