mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
fix(mana-auth): COPY packages/shared-error-tracking in Dockerfile
Mirror the same fix as cards-core (dd2e60954): the new
shared-error-tracking workspace dep needs an explicit COPY line
in the installer stage, otherwise pnpm-install-with-filter can't
find the package and the runtime container is missing it under
node_modules/@mana/.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
96c06162e6
commit
1bac7cf38a
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ COPY packages/shared-hono ./packages/shared-hono
|
|||
COPY packages/shared-ai ./packages/shared-ai
|
||||
COPY packages/shared-logger ./packages/shared-logger
|
||||
COPY packages/shared-types ./packages/shared-types
|
||||
COPY packages/shared-error-tracking ./packages/shared-error-tracking
|
||||
|
||||
# Install only mana-auth and its workspace deps
|
||||
RUN pnpm install --filter @mana/auth... --no-frozen-lockfile --ignore-scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue