angular4-testing/ng2-admin/build.sh

10 lines
153 B
Bash
Raw Normal View History

2017-02-24 22:54:59 +01:00
#!/bin/bash
_tag=$1
if [ -z "${_tag}" ]; then
source _VERSION
_tag=${_VERSION}
fi
docker build --tag "ng2-admin:${_tag}" --no-cache=true .