blob: 2cee98fbc1771d1986fcb4b1fbe743a62a4ab888 [file] [log] [blame]
gfrabonidf68f2e2017-09-27 11:24:35 -04001#!/bin/bash
2#
3echo '========= CALLING SCRIPT TO BUILD ONECLICK CONFIG TAR FILE ========='
4
5CURRENTDIR="$(pwd)"
6echo $CURRENTDIR
7
8cd kubernetes/config/docker/init
9
10chmod 755 *.*
11
12docker build