blob: b16fa2deb9e5dc780d9dcdedadc16855aa93eb37 [file] [log] [blame]
ying.yunlonge1d51842017-09-04 17:17:59 +08001#!/bin/bash
2
3echo '============== CALLING SCRIPT TO BUILD DOCKER IMAGES ================='
4
5CURRENTDIR="$(pwd)"
6echo $CURRENTDIR
7
8chmod 755 ./mgr/docker/*.*
9
10./mgr/docker/build_image.sh
11