blob: ae7f5a275da0713cf14f2c7c5090b485dc301e26 [file] [log] [blame]
HuabingZhaofa995482017-08-11 15:11:17 +08001#!/bin/bash
2#
3echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
4
5CURRENTDIR="$(pwd)"
6echo $CURRENTDIR
7
8chmod 755 *.*
9
10./build4docker.sh
HuabingZhaoed7a2aa2017-08-15 19:56:23 +080011