From: Sam Date: Tue, 1 Jul 2014 11:27:12 +0000 (+1000) Subject: Update Dockerfile X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2a14df3dbd0b116d7bac915750c62fade8a9e06d;p=discourse_docker.git Update Dockerfile --- diff --git a/image/discourse_21/Dockerfile b/image/discourse_21/Dockerfile index bd18156..f78962a 100644 --- a/image/discourse_21/Dockerfile +++ b/image/discourse_21/Dockerfile @@ -7,7 +7,7 @@ RUN useradd discourse -s /bin/bash -m -U &&\ mkdir /var/www && cd /var/www &&\ git clone https://github.com/discourse/discourse.git &&\ cd discourse &&\ - git remote set-branches origin tests-passed &&\ + git remote set-branches --add origin tests-passed &&\ cd .. &&\ chown -R discourse:discourse /var/www/discourse &&\ cd /var/www/discourse &&\