angular4-testing/ng2-admin/build.sh

10 lines
153 B
Bash
Executable File

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