From 84905a3efc8084487869ae6d397ba52a08416418 Mon Sep 17 00:00:00 2001
From: Pawan Rawal <pawan0201@gmail.com>
Date: Thu, 5 May 2016 14:46:24 +0530
Subject: [PATCH] fixing indentation

---
 Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 2b74a3f9..1deb5e87 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,9 +20,9 @@ ENV LD_LIBRARY_PATH "/usr/local/lib"
 
 # Install DGraph and update dependencies to right versions.
 RUN go get -v github.com/robfig/glock && \
-	go get -v github.com/dgraph-io/dgraph/... && \
-	glock sync github.com/dgraph-io/dgraph && echo "v0.2.3" && \
-  go test github.com/dgraph-io/dgraph/...
+       go get -v github.com/dgraph-io/dgraph/... && \
+       glock sync github.com/dgraph-io/dgraph && echo "v0.2.3" && \
+       go test github.com/dgraph-io/dgraph/...
 
 # Create the dgraph and data directory. These directories should be mapped
 # to host machine for persistence.
-- 
GitLab