diff --git a/Dockerfile b/Dockerfile index ab6395a..f6c0edb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ WORKDIR /app COPY package.json package-lock.json ./ # Enforce prebuilt sharp binaries ENV SHARP_IGNORE_GLOBAL_LIBVIPS=true -RUN npm ci +RUN npm install --legacy-peer-deps --legacy-peer-deps ### Builder Stage ### FROM base AS builder