#!/bin/bash
_tag=$1
if [ -z "${_tag}" ]; then
source _VERSION
_tag=${_VERSION}
fi
docker build --tag "ng2-admin:${_tag}" --no-cache=true .