mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-02 18:34:29 +08:00
Optimizing Docker Log Output Detection
This commit is contained in:
parent
d09eccd117
commit
15d20346ca
@ -23,11 +23,7 @@
|
|||||||
|
|
||||||
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||||
source "${OPENIM_ROOT}/scripts/install/common.sh"
|
source "${OPENIM_ROOT}/scripts/install/common.sh"
|
||||||
|
|
||||||
openim::log::info "\n# Use Docker to start all openim service"
|
openim::log::info "\n# Use Docker to start all openim service"
|
||||||
|
|
||||||
trap 'openim::util::onCtrlC' INT
|
trap 'openim::util::onCtrlC' INT
|
||||||
|
|
||||||
"${OPENIM_ROOT}"/scripts/start-all.sh
|
"${OPENIM_ROOT}"/scripts/start-all.sh
|
||||||
|
|
||||||
tail -f ${DOCKER_LOG_FILE}
|
tail -f ${DOCKER_LOG_FILE}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user