fix(server): correct immich-cli symlink in Immich docker image (#21318)

Fix immich-cli symlink in Immich docker image
This commit is contained in:
Sergey Katsubo 2025-09-10 15:35:55 +03:00 committed by GitHub
parent 8bf45eb718
commit b21084b851
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -125,7 +125,7 @@ ENV NODE_ENV=production \
COPY --from=server-prod /output/server-pruned ./server
COPY --from=web-prod /usr/src/app/web/build /build/www
COPY --from=cli-prod /output/cli-pruned ./cli
RUN ln -s ./cli/bin/immich server/bin/immich
RUN ln -s ../../cli/bin/immich server/bin/immich
COPY LICENSE /licenses/LICENSE.txt
COPY LICENSE /LICENSE