Skip to content

Commit 08865cc

Browse files
committed
fix symlink
Lockfile
1 parent 4ae9b1f commit 08865cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ COPY --from=server-prod /output/server-pruned/package.json ./
120120
COPY --from=server-prod /output/server-pruned/node_modules/ ./node_modules
121121
COPY --from=web-prod /usr/src/app/web/build /build/www
122122
COPY --from=cli-prod /output/cli-pruned ./cli
123-
RUN ln -S ./cli/bin/immich /usr/src/app/bin/immich
123+
RUN ln -s ../cli/bin/immich /usr/src/app/bin/immich
124124
COPY server/resources ./resources/
125125
COPY server/start*.sh docker/scripts/get-cpus.sh ./
126126
COPY LICENSE /licenses/LICENSE.txt

0 commit comments

Comments
 (0)