build-container.sh 122 B

1234567
  1. #!/bin/sh
  2. . $(dirname $0)/config.prop
  3. docker.io build -t $testImage .
  4. #docker.io build --no-cache=true -t $testImage .