diff --git a/services/mana-auth/Dockerfile b/services/mana-auth/Dockerfile index a7e4dd130..6390702b4 100644 --- a/services/mana-auth/Dockerfile +++ b/services/mana-auth/Dockerfile @@ -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