Immich: fix copy error during install (#6497)

This commit is contained in:
Chris 2025-08-02 11:50:36 -04:00 committed by GitHub
parent df504635a5
commit b8bdf56297
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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