Skip to content

Commit f6bcbfc

Browse files
committed
Add --legacy-peer-deps to docker build steps
1 parent 2daf77f commit f6bcbfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:20
22
WORKDIR /tmp
33
COPY . .
4-
RUN npm install
4+
RUN npm install --legacy-peer-deps
55
RUN npm run build

0 commit comments

Comments
 (0)