From 56174561bcefb66df848bb67cb6e7c05fa288072 Mon Sep 17 00:00:00 2001
From: pierreozoux <pierre@ozoux.net>
Date: Thu, 5 Oct 2017 20:40:21 +0200
Subject: [PATCH] Fix Dockerfile

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 91e555c..02b972a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,6 +25,7 @@ RUN addgroup --gid 1000 discourse \
  && cd /home/discourse \
  && mkdir -p ./tmp/sockets \
  && git clone --branch v${DISCOURSE_VERSION} https://github.com/discourse/discourse.git \
+ && cd ./discourse \
  && chown -R discourse:discourse . \
  && git remote set-branches --add origin tests-passed \
  && curl --silent --location https://deb.nodesource.com/setup_8.x | bash - \
-- 
GitLab