Skip to content

Commit 15344a9

Browse files
authored
Merge pull request #1312 from podverse/develop
Add --legacy-peer-deps to docker build steps
2 parents 36d6f88 + f6bcbfc commit 15344a9

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)