mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-04 04:39:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			178 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			178 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
dockerize \
 | 
						|
  -wait tcp://$DATAHUB_GMS_HOST:$DATAHUB_GMS_PORT \
 | 
						|
  -timeout 240s \
 | 
						|
  java -jar /datahub/datahub-gms-graphql-service/bin/datahub-gms-graphql-service.jar
 |