Skip to content

Commit c15a94e

Browse files
committed
fix: immich v1.136.0
1 parent efc4b0e commit c15a94e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 && \

root/etc/s6-overlay/s6-rc.d/svc-microservices/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lib_path="/usr/lib/$(arch)-linux-gnu/libmimalloc.so.2"
55
export LD_PRELOAD="${lib_path}"
66
export 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)"}"
99
echo "Detected CPU Cores: ${CPU_CORES}"
1010
if [ "${CPU_CORES}" -gt 4 ]; then
1111
export UV_THREADPOOL_SIZE=${CPU_CORES}

0 commit comments

Comments
 (0)