build: include packages in docker build (#34532)

This commit is contained in:
Stephen Zhou
2026-04-03 21:40:16 +08:00
committed by GitHub
parent 8a398f3105
commit cb9f4bb100
2 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ COPY package.json pnpm-lock.yaml pnpm-workspace.yaml /app/
COPY web/package.json /app/web/
COPY e2e/package.json /app/e2e/
COPY sdks/nodejs-client/package.json /app/sdks/nodejs-client/
COPY packages /app/packages
# Use packageManager from package.json
RUN corepack install

View File

@@ -7,6 +7,9 @@
!web/**
!e2e/
!e2e/package.json
!packages/
!packages/**/
!packages/**/package.json
!sdks/
!sdks/nodejs-client/
!sdks/nodejs-client/package.json