build.sh 71 B

123
  1. #!/bin/sh
  2. ./alg2docker -f hello.alg Dockerfile
  3. docker build -t hello .