I have multiple scripts trying to run inside a docker-compose file, these scripts are initiating services that will produce ongoing logs, is there any way that I can run these commands explicitly in the background so docker-compose can execute all commands instead of stucking with the first one
command:
sh -c './root/clone_repo.sh &&
appium -p 4723 &&
./root/start_emu.sh'