NODB environment variable is not used anymore

This commit is contained in:
Jeffrey Forman 2017-04-17 20:38:43 -04:00
parent ef70379a2a
commit 415f20b71e
1 changed files with 1 additions and 1 deletions

View File

@ -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