repo-cloner/run.sh

5 lines
96 B
Bash
Executable File

#!/bin/bash
docker build -t repo-cloner .
docker run -v cloner-test:/data -it --rm repo-cloner