binder/develop.sh

5 line
130 B
Bash
Executable File

#!/bin/bash
docker build -t jforman/binder:latest .
docker run -it --rm -v `pwd`:/code/ -w /code/ jforman/binder:latest /bin/ash