diff --git a/tools/docker/start_everything.sh b/tools/docker/start_everything.sh index 97b76efc42..9c901a982c 100755 --- a/tools/docker/start_everything.sh +++ b/tools/docker/start_everything.sh @@ -2,7 +2,7 @@ /etc/init.d/postgresql start /etc/init.d/redis-server start -#nohup mongod --smallfiles & +nohup mongod --smallfiles & (cd /tower_devel && make server && /bin/bash)