build.sh 97 B

123
  1. #!/bin/bash
  2. docker build -t magma -f- ./ < Dockerfile
  3. docker tag magma:latest help14/magma:latest