mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
Use npm ci for installing pacakages (#304)
This commit is contained in:
parent
97d9b80baa
commit
355038a91a
3 changed files with 7 additions and 7 deletions
|
|
@ -8,7 +8,7 @@ COPY package.json package-lock.json ./
|
|||
|
||||
RUN apk add --update-cache build-base python3 libheif vips-dev vips ffmpeg
|
||||
|
||||
RUN npm install --legacy-peer-deps
|
||||
RUN npm ci
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue