1
0
mirror of https://github.com/immich-app/immich.git synced 2025-01-02 12:48:35 +02:00

Fixed NPM build dependency conflict for server

This commit is contained in:
Alex 2022-06-07 08:08:22 -05:00 committed by GitHub
parent 68ff5377b0
commit 397f8c70b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
RUN npm install --legacy-peer-deps
COPY . .