build-container.sh 93 B

12345
  1. #!/bin/sh
  2. docker.io build -t $testImage .
  3. #docker.io build --no-cache=true -t $testImage .