mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 18:36:19 +08:00
Optimize the script
This commit is contained in:
parent
eabb095dba
commit
ec2ff42080
9
init_docker.sh
Normal file
9
init_docker.sh
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
cd script ;
|
||||||
|
chmod +x *.sh ;
|
||||||
|
./env_check.sh;
|
||||||
|
cd .. ;
|
||||||
|
docker-compose up -d;
|
||||||
|
cd script ;
|
||||||
|
./docker_check_service.sh
|
Loading…
x
Reference in New Issue
Block a user