mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			127 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			127 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
FROM node:20.11.1-alpine3.19 AS base
 | 
						|
RUN wget -qO- https://get.pnpm.io/install.sh | ENV="$HOME/.shrc" SHELL="$(which sh)" sh -
 |