build.sh 107 B

12345
  1. #!/bin/bash
  2. docker rm -f ffdobuild
  3. docker build -t ffdobuild .
  4. time docker run --name ffdobuild ffdobuild