From b8bdf5629782886988d60eef3b7c3731e49406c2 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 2 Aug 2025 11:50:36 -0400 Subject: [PATCH] Immich: fix copy error during install (#6497) --- install/immich-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/immich-install.sh b/install/immich-install.sh index b7487d044..f8c8bf3c2 100644 --- a/install/immich-install.sh +++ b/install/immich-install.sh @@ -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