Skip to content

Commit 168d60c

Browse files
committed
FE fixes
1 parent 9b82655 commit 168d60c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM base AS deps
77
RUN apk add --no-cache libc6-compat
88
WORKDIR /app
99

10-
COPY package.json pnpm-lock.yaml* .npmrc* ./
10+
COPY package.json pnpm-lock.yaml* .npmrc* pnpm-workspace.yaml* ./
1111
RUN corepack enable pnpm && pnpm i --frozen-lockfile
1212

1313
FROM base AS builder

frontend/pnpm-workspace.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
minimumReleaseAgeExclude:
2+
- date-fns@4.3.0
3+
- react-hook-form@7.76.1
4+
overrides:
5+
"@types/react": "19.0.1"
6+
"@types/react-dom": "19.0.2"

0 commit comments

Comments
 (0)