Skip to content

Commit 7007eee

Browse files
committed
Allow legacy peer deps for vixi bug
1 parent 3563c11 commit 7007eee

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
@@ -5,7 +5,7 @@ WORKDIR /app
55

66
ADD . .
77

8-
RUN npm ci\
8+
RUN npm ci --legacy-peer-deps\
99
&& npx prisma generate\
1010
&& npm run build
1111

0 commit comments

Comments
 (0)