Skip to content

Commit

Permalink
feat(server): add immich cli to container (immich-app#8239)
Browse files Browse the repository at this point in the history
add immich cli to server container
  • Loading branch information
danieldietzler authored Mar 25, 2024
1 parent 4a6a0aa commit 1694dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ COPY --from=web /usr/src/app/build ./www
COPY server/resources resources
COPY server/package.json server/package-lock.json ./
COPY server/start*.sh ./
RUN npm link && npm cache clean --force
RUN npm link && npm install -g @immich/cli && npm cache clean --force
COPY LICENSE /licenses/LICENSE.txt
COPY LICENSE /LICENSE
ENV PATH="${PATH}:/usr/src/app/bin"
Expand Down

0 comments on commit 1694dd1

Please sign in to comment.