1 Star 0 Fork 0

四月既望 / angular4

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 153 Bytes
一键复制 编辑 原始数据 按行查看 历史
四月既望 提交于 2018-01-22 23:47 . 2018122
#!/bin/bash
_tag=$1
if [ -z "${_tag}" ]; then
source _VERSION
_tag=${_VERSION}
fi
docker build --tag "ng2-admin:${_tag}" --no-cache=true .
1
https://gitee.com/wzkdl/angular4.git
git@gitee.com:wzkdl/angular4.git
wzkdl
angular4
angular4
master

搜索帮助