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