🐳 ci: Build Docker Client Package With Data Provider Dist (#13097)

This commit is contained in:
Danny Avila 2026-05-12 15:24:41 -04:00 committed by GitHub
parent 6b5596ec36
commit b570ce4cd7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 37 additions and 0 deletions

View file

@ -68,6 +68,7 @@ RUN npm run build
FROM base AS client-package-build
WORKDIR /app/packages/client
COPY packages/client ./
COPY --from=data-provider-build /app/packages/data-provider/dist /app/packages/data-provider/dist
RUN npm run build
# Client build