From 415f20b71e5bac6f1b1cd78d1d634b446ec9846f Mon Sep 17 00:00:00 2001 From: Jeffrey Forman Date: Mon, 17 Apr 2017 20:38:43 -0400 Subject: [PATCH] NODB environment variable is not used anymore --- develop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop.sh b/develop.sh index eb86604..226cd49 100755 --- a/develop.sh +++ b/develop.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker run -it --rm -e NODB=1 -v `pwd`:/code/ -w /code/ python:2.7 /bin/bash +docker run -it --rm -v `pwd`:/code/ -w /code/ python:2.7 /bin/bash