mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 02:37:05 +00:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			120 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			120 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
|   | #!/bin/bash
 | ||
|  | 
 | ||
|  | VERSION=$1 | ||
|  | if [ -z "$VERSION" ]; then | ||
|  |   VERSION=1 | ||
|  | fi | ||
|  | 
 | ||
|  | docker build -t wherehows/mysql-wherehows:$VERSION . |