feat: spawn external crawler

This commit is contained in:
Jonathan Jogenfors
2026-02-11 09:37:26 +01:00
parent 458d5f0f8f
commit 334ebbfe7d
6 changed files with 120 additions and 76 deletions
+6
View File
@@ -18,6 +18,12 @@ WORKDIR /tmp/create-dep-cache
RUN pnpm fetch && rm -rf /tmp/create-dep-cache && chmod -R o+rw /buildcache
WORKDIR /usr/src/app
RUN apt-get update && \
apt-get install -y fd-find && \
ln -s /usr/bin/fdfind /usr/local/bin/fd && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
ENV PATH="${PATH}:/usr/src/app/server/bin:/usr/src/app/web/bin" \
IMMICH_ENV=development \
NVIDIA_DRIVER_CAPABILITIES=all \