4 lines
96 B
Bash
4 lines
96 B
Bash
#!/bin/bash
|
|
|
|
docker run -it --rm --name client -e CHECK="TRUE" -v ./client:/app client:nightly
|