5281f4283473473a1f971831046f4102e83e5268
[aaf/sms.git] / sms-service / bin / make_build_image.sh
1 #!/bin/bash
2 DIRNAME=`dirname $0`
3 DOCKER_BUILD_DIR=`cd $DIRNAME/; pwd`
4 cd ${DOCKER_BUILD_DIR}
5
6 (cd ../src/sms && make build)
7 cp ../target/sms .
8
9 sudo ./build_image.sh