We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36d6f88 + f6bcbfc commit 15344a9Copy full SHA for 15344a9
Dockerfile
@@ -1,5 +1,5 @@
1
FROM node:20
2
WORKDIR /tmp
3
COPY . .
4
-RUN npm install
+RUN npm install --legacy-peer-deps
5
RUN npm run build
0 commit comments