mirror of
				https://github.com/0glabs/0g-storage-node.git
				synced 2025-11-03 16:17:27 +00:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			261 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			261 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								FROM rust
							 | 
						||
| 
								 | 
							
								VOLUME ["/data"]
							 | 
						||
| 
								 | 
							
								COPY . .
							 | 
						||
| 
								 | 
							
								RUN apt-get update && apt-get install -y clang cmake build-essential pkg-config libssl-dev
							 | 
						||
| 
								 | 
							
								RUN cargo build --release
							 | 
						||
| 
								 | 
							
								CMD ["./target/release/zgs_node", "--config", "run/config-testnet-standard.toml", "--log", "run/log_config"]
							 |