Fix npm peer dependency conflict in Dockerfile
This commit is contained in:
parent
4bedad944a
commit
1a093cb236
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM node:20-alpine AS builder
|
||||
WORKDIR /app
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci
|
||||
RUN npm ci --legacy-peer-deps
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue