mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 10:37:11 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			214 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			214 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| npm run build
 | |
| if [ `id -u` -eq 0 ] && [ -n "$PUID" ] && [ -n "$PGID" ]; then
 | |
|     exec setpriv --reuid $PUID --regid $PGID --clear-groups node /usr/src/app/build/index.js
 | |
| else
 | |
|     node /usr/src/app/build/index.js
 | |
| fi |