Dockerfile: add "--legacy-peer-deps" to "npm ci"

pull/555/head
Jesse Chan 2 years ago
parent 657a94d914
commit d540d3699e

@ -21,7 +21,7 @@ WORKDIR /usr/src/app/
COPY . ./
# Fetch dependencies from npm
RUN npm ci
RUN npm ci --legacy-peer-deps
# Build assets
RUN npm run build

Loading…
Cancel
Save