mirror of
				https://github.com/minio/minio.git
				synced 2025-10-29 15:55:00 -04:00 
			
		
		
		
	remove complicated docker files just use one for all situations, if need to build master build locally using Dockerfile.dev fixes #12450
		
			
				
	
	
		
			8 lines
		
	
	
		
			103 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			103 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM minio/minio:latest
 | |
| 
 | |
| ENTRYPOINT ["/usr/bin/docker-entrypoint.sh"]
 | |
| 
 | |
| VOLUME ["/data"]
 | |
| 
 | |
| CMD ["minio"]
 |