mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 09:05:37 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			207 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			207 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
image:
 | 
						|
  file: .gitpod.dockerfile
 | 
						|
 | 
						|
tasks:
 | 
						|
    - before: nvm install 20.15.1 && nvm use 20.15.1
 | 
						|
      init: npm install
 | 
						|
      command: npm run start-server
 | 
						|
 | 
						|
ports:
 | 
						|
    - port: 8080
 | 
						|
      onOpen: open-preview
 |