build.sh 153 B

12345678
  1. #!/bin/sh
  2. dir=$(dirname $0)
  3. . $dir/tools/config.prop
  4. docker.io build -t $openldapTestImage .
  5. #docker.io build --no-cache=true -t $openldapTestImage .