From 2611c747dec7ca7cd00ad30f4f7a398e11745965 Mon Sep 17 00:00:00 2001
From: Christian Jensen <christian@jensenbox.com>
Date: Mon, 4 Dec 2017 18:19:58 -0800
Subject: [PATCH] Move the dao dir away from the volume to avoid any
 interaction.

---
 dao/dao.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dao/dao.sh b/dao/dao.sh
index f47ca0d..6b09d50 100755
--- a/dao/dao.sh
+++ b/dao/dao.sh
@@ -16,6 +16,7 @@ bash)
     ;;
 
 run)
+    cd /dao
     truffle compile
     truffle migrate --reset
     truffle test