fujinhua | 1398c5b | 2017-09-05 18:21:16 +0800 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES =================' | ||||
4 | |||||
5 | CURRENTDIR="$(pwd)" | ||||
6 | echo $CURRENTDIR | ||||
7 | |||||
fujinhua | 3669ac3 | 2017-09-07 16:06:47 +0800 | [diff] [blame] | 8 | chmod 755 ./docker/*.* |
fujinhua | 1398c5b | 2017-09-05 18:21:16 +0800 | [diff] [blame] | 9 | |
fujinhua | 3669ac3 | 2017-09-07 16:06:47 +0800 | [diff] [blame] | 10 | ./docker/build_image.sh |
fujinhua | 1398c5b | 2017-09-05 18:21:16 +0800 | [diff] [blame] | 11 |