build 75 B

12345
  1. #!/usr/bin/env sh
  2. set -e
  3. docker build --no-cache -t $1 $2
  4. docker images $1