ngx-admin/build.sh
gavinzhou 61bf47e16e change Dockerfile
add build.sh with build docker
2016-07-12 13:50:45 +03:00

9 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 .