Logo white

Administrator / maps_core_ng

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • maps_core_ng
  • build.sh
  • first commit
    05b0b5d8
    Yarik authored
    2017-01-30 19:13:31 +0200  
    Browse Code ยป
build.sh 153 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
#!/bin/bash
_tag=$1

if [ -z "${_tag}" ]; then
    source _VERSION   
    _tag=${_VERSION}
fi

docker build --tag "ng2-admin:${_tag}"  --no-cache=true .