Fix npm peer dependency conflict with --legacy-peer-deps
This commit is contained in:
parent
55ac9381fa
commit
42c3ec7587
|
|
@ -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