5 lines
104 B
Bash
5 lines
104 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# Run the docker image that test.
|
||
|
docker run --rm -it -v $(pwd):$(pwd) -w $(pwd) stowtest
|