Docker
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user