mirror of
				https://github.com/openimsdk/open-im-server.git
				synced 2025-11-04 11:22:10 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			308 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			308 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
#fixme The 10 second delay to start the project is for the docker-compose one-click to start openIM when the infrastructure dependencies are not started
 | 
						|
sleep 10
 | 
						|
 | 
						|
./start_all.sh
 | 
						|
 | 
						|
sleep 15
 | 
						|
 | 
						|
#fixme prevents the openIM service exit after execution in the docker container
 | 
						|
tail -f /dev/null
 |