Fix npm peer dependency conflict with --legacy-peer-deps
This commit is contained in:
parent
aa6d160aea
commit
c128d67b9f
|
|
@ -8,7 +8,7 @@ WORKDIR /app
|
|||
|
||||
# Install dependencies
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
RUN npm ci --legacy-peer-deps
|
||||
|
||||
# Copy source
|
||||
COPY . .
|
||||
|
|
|
|||
Loading…
Reference in New Issue