Skip to content

Commit a59b074

Browse files
committed
Use --legacy-peer-deps in build pipeline too
1 parent f12eedb commit a59b074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY apps/web/Caddyfile /etc/caddy/Caddyfile
44
FROM node:19 AS npmbuild
55
WORKDIR /project
66
COPY . .
7-
RUN npm install
7+
RUN npm install --legacy-peer-deps
88
RUN npm run build
99

1010
FROM base AS final

0 commit comments

Comments
 (0)