build.sh 102 B

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