mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 22:51:59 +00:00
feat(server): add immich cli to container (#8239)
add immich cli to server container
This commit is contained in:
parent
4a6a0aa142
commit
1694dd146e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue