File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
root/etc/s6-overlay/s6-rc.d/svc-microservices Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ RUN \
100100 dist \
101101 /app/immich/server && \
102102 echo "**** copy scripts ****" && \
103- cd /tmp/immich/docker && \
103+ cd /tmp/immich/server && \
104104 cp -r \
105- scripts \
105+ bin \
106106 /app/immich/server && \
107107 echo "**** build open-api ****" && \
108108 cd /tmp/immich/open-api/typescript-sdk && \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ lib_path="/usr/lib/$(arch)-linux-gnu/libmimalloc.so.2"
55export LD_PRELOAD="${lib_path}"
66export IMMICH_WORKERS_INCLUDE="microservices"
77
8- : "${CPU_CORES:="$(/app/immich/server/scripts /get-cpus.sh)"}"
8+ : "${CPU_CORES:="$(/app/immich/server/bin /get-cpus.sh)"}"
99echo "Detected CPU Cores: ${CPU_CORES}"
1010if [ "${CPU_CORES}" -gt 4 ]; then
1111 export UV_THREADPOOL_SIZE=${CPU_CORES}
You can’t perform that action at this time.
0 commit comments