Kiran Kamineni | 178a290 | 2018-03-22 14:20:46 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES =================' | ||||
4 | |||||
5 | CURRENTDIR="$(pwd)" | ||||
6 | echo $CURRENTDIR | ||||
7 | |||||
8 | cd sms-service/bin/ | ||||
9 | chmod 755 *.sh | ||||
10 | ./build_image.sh |