Skip to content

Commit 2db2081

Browse files
committed
fix(docker): add missing workspace package.json copies for bun install
1 parent dda22e2 commit 2db2081

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ COPY package.json bun.lock ./
1818
COPY backend/package.json ./backend/
1919
COPY shared-ui/package.json ./shared-ui/
2020
COPY ui/package.json ./ui/
21+
COPY infra/package.json ./infra/
22+
COPY dtr-app/package.json ./dtr-app/
23+
COPY consent-app/package.json ./consent-app/
2124

2225
# Install dependencies for all workspaces
2326
RUN bun install --frozen-lockfile

0 commit comments

Comments
 (0)