Skip to content

Commit 10ac4ba

Browse files
committed
Workaround before we upgrade to Svelte 4
1 parent f4b5f7d commit 10ac4ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM node:22-alpine AS build
44
WORKDIR /app
55

66
COPY package.json .
7-
RUN npm install
7+
RUN npm install --legacy-peer-deps
88

99
COPY . .
1010
RUN npm run build

0 commit comments

Comments
 (0)