1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-06-20 22:46:59 +08:00
cosin/scripts/start.sh
2019-11-06 12:49:41 +08:00

15 lines
309 B
Bash
Executable File

#! /bin/bash
###########################################
#
###########################################
# constants
baseDir=$(cd `dirname "$0"`;pwd)
# functions
# main
[ -z "${BASH_SOURCE[0]}" -o "${BASH_SOURCE[0]}" = "$0" ] || return
cd $baseDir/..
docker-compose pull
docker-compose up -d contact-center