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