3 lines
94 B
Bash
3 lines
94 B
Bash
|
#!/bin/bash
|
||
|
docker run -h oer-worker -it --rm -v $PWD/../:/data/ kunkel/oer-worker /bin/bash
|