NODB environment variable is not used anymore
This commit is contained in:
parent
ef70379a2a
commit
415f20b71e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue