Skip to content

Commit dc078b2

Browse files
committed
fix: copy postinstall script in Docker test image
The postinstall.cjs script wasn't being copied before bun install, causing the Docker Integration CI check to fail.
1 parent 757d485 commit dc078b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ COPY package.json bun.lock* tsconfig*.json ./
2424

2525
# Copy package manifests first for layer caching
2626
COPY packages/cli/package.json packages/cli/tsconfig.json ./packages/cli/
27+
COPY packages/cli/scripts/ ./packages/cli/scripts/
2728
COPY packages/agent/package.json packages/agent/tsconfig.json ./packages/agent/
2829

2930
RUN bun install --frozen-lockfile 2>/dev/null || bun install

0 commit comments

Comments
 (0)