1 Star 0 Fork 0

天策上将/bookFore

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
build.sh 153 Bytes
Copy Edit Raw Blame History
天策上将 authored 2017-02-10 19:04 . init project
#!/bin/bash
_tag=$1
if [ -z "${_tag}" ]; then
source _VERSION
_tag=${_VERSION}
fi
docker build --tag "ng2-admin:${_tag}" --no-cache=true .
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/pampus/bookFore.git
git@gitee.com:pampus/bookFore.git
pampus
bookFore
bookFore
master

Search