diff --git a/services/mana-core-auth/Dockerfile b/services/mana-core-auth/Dockerfile index 183766b22..75bb9df5c 100644 --- a/services/mana-core-auth/Dockerfile +++ b/services/mana-core-auth/Dockerfile @@ -21,7 +21,7 @@ COPY packages/shared-storage ./packages/shared-storage COPY services/mana-core-auth ./services/mana-core-auth # Install dependencies (without ignore-scripts to build native modules like bcrypt) -RUN pnpm install --no-frozen-lockfile +RUN pnpm install --no-frozen-lockfile --filter mana-core-auth... --filter @manacore/shared-storage # Build shared-storage first WORKDIR /app/packages/shared-storage