blob: a0d7168f12159e9ed1f2cf14f4bb3d1a54b44f29 [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
Gino Fraboni949c31e2017-10-27 11:15:12 -040012docker build .