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.
1 parent 2daf77f commit f6bcbfcCopy full SHA for f6bcbfc
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