4 lines
139 B
Bash
Executable File
4 lines
139 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
docker run --rm --init -it --hostname btroops-test -v $PWD:/usr/src/app -p 8080:8080 --name btroops-test btroops bash
|