mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +01:00 
			
		
		
		
	Updated lintignore and move dockerfile to .dev Fix Updated contributing Fixing GA Fix contributing.md Fixing issues after review No need to change .eslintignore
		
			
				
	
	
		
			10 lines
		
	
	
		
			165 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			165 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: '3.9'
 | 
						|
services:
 | 
						|
  mermaid:
 | 
						|
    image: node:18.16.0-alpine3.18
 | 
						|
    stdin_open: true
 | 
						|
    tty: true
 | 
						|
    working_dir: /mermaid
 | 
						|
    volumes:
 | 
						|
      - ./:/mermaid
 |