We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b5f7d commit 10ac4baCopy full SHA for 10ac4ba
Dockerfile
@@ -4,7 +4,7 @@ FROM node:22-alpine AS build
4
WORKDIR /app
5
6
COPY package.json .
7
-RUN npm install
+RUN npm install --legacy-peer-deps
8
9
COPY . .
10
RUN npm run build
0 commit comments