Fix error
parent
bc57549b4b
commit
29267c266e
|
|
@ -6,6 +6,9 @@ WORKDIR /app
|
||||||
# Copy package files
|
# Copy package files
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
|
|
||||||
|
# Delete package-lock.json to avoid platform specific issues and force fresh resolution
|
||||||
|
RUN rm package-lock.json
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN npm install --legacy-peer-deps
|
RUN npm install --legacy-peer-deps
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue