binder/develop.sh

4 lines
80 B
Bash
Raw Normal View History

#!/bin/bash
docker run -it --rm -v `pwd`:/code/ -w /code/ python:2.7 /bin/bash