Docker
This commit is contained in:
@ -15,7 +15,7 @@ WORKDIR /app
|
|||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
# Enforce prebuilt sharp binaries
|
# Enforce prebuilt sharp binaries
|
||||||
ENV SHARP_IGNORE_GLOBAL_LIBVIPS=true
|
ENV SHARP_IGNORE_GLOBAL_LIBVIPS=true
|
||||||
RUN npm install --legacy-peer-deps --legacy-peer-deps
|
RUN npm install
|
||||||
|
|
||||||
### Builder Stage ###
|
### Builder Stage ###
|
||||||
FROM base AS builder
|
FROM base AS builder
|
||||||
|
|||||||
Reference in New Issue
Block a user