Hello, I'm using Immich on Unraid via docker.
I noticed the image size is 5.11Gb and the /app/immich/node_modules directory is 2Gb inside the container
Is this normal?
du -sh /app/immich/* 2>/dev/null | sort -h
948K /app/immich/machine-learning
5.6M /app/immich/cli
37M /app/immich/plugins
120M /app/immich/data
331M /app/immich/server
1.9G /app/immich/node_modules
ls -lah /app/immich/node_modules | head -20
total 156K
drwxr-xr-x 1 root root 94 Dec 22 08:16 .
drwxr-xr-x 1 abc users 96 Dec 22 08:16 ..
-rw-r--r-- 1 root root 152K Dec 22 08:16 .modules.yaml
drwxr-xr-x 1 root root 137K Dec 22 08:16 .pnpm
-rw-r--r-- 1 root root 1.6K Dec 22 08:16 .pnpm-workspace-state-v1.json
du -sh /app/immich/node_modules/.pnpm/* 2>/dev/null | sort -h -r | head -30
69M /app/immich/node_modules/.pnpm/geo-tz@8.1.4
43M /app/immich/node_modules/.pnpm/maplibre-gl@5.14.0
38M /app/immich/node_modules/.pnpm/@swc+core-linux-x64-musl@1.15.5
32M /app/immich/node_modules/.pnpm/three@0.179.1
31M /app/immich/node_modules/.pnpm/@swc+core-linux-x64-gnu@1.15.5
29M /app/immich/node_modules/.pnpm/mapbox-gl@1.13.3
28M /app/immich/node_modules/.pnpm/fabric@6.9.1
25M /app/immich/node_modules/.pnpm/simple-icons@15.22.0
23M /app/immich/node_modules/.pnpm/typescript@5.9.3
21M /app/immich/node_modules/.pnpm/three@0.182.0
21M /app/immich/node_modules/.pnpm/exiftool-vendored.pl@13.44.0
...