4 lines
92 B
Bash
Executable file
4 lines
92 B
Bash
Executable file
#!/bin/bash
|
|
|
|
IMAGE=$(docker build -q -f tests.Dockerfile .)
|
|
exec docker run --rm -it $IMAGE
|