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