Optimize the script

This commit is contained in:
skiffer-git 2022-11-09 12:06:07 +08:00
parent b06b8e4d2b
commit d92aca5b16

9
init_docker.sh Normal file
View 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