diff --git a/services/mana-auth/Dockerfile b/services/mana-auth/Dockerfile index b12ec36d5..a7e4dd130 100644 --- a/services/mana-auth/Dockerfile +++ b/services/mana-auth/Dockerfile @@ -12,6 +12,7 @@ COPY services/mana-auth/package.json ./services/mana-auth/ 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 # Install only mana-auth and its workspace deps RUN pnpm install --filter @mana/auth... --no-frozen-lockfile --ignore-scripts