Skip to content
Snippets Groups Projects
Commit 84905a3e authored by Pawan Rawal's avatar Pawan Rawal
Browse files

fixing indentation

parent 6dcd7fc1
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment