mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	Immich: fix copy error during install (#6497)
This commit is contained in:
		@@ -301,7 +301,8 @@ $STD npm run build
 | 
			
		||||
cd "$SRC_DIR"/web
 | 
			
		||||
$STD npm ci
 | 
			
		||||
$STD npm run build
 | 
			
		||||
cp -a web "$APP_DIR"/www
 | 
			
		||||
cd "$SRC_DIR"
 | 
			
		||||
cp -a web/build "$APP_DIR"/www
 | 
			
		||||
cp LICENSE "$APP_DIR"
 | 
			
		||||
cd "$APP_DIR"
 | 
			
		||||
export SHARP_FORCE_GLOBAL_LIBVIPS=true
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user