fix: usar --linker hoisted en bun install para compatibilidad con Node.js module resolution

This commit is contained in:
Jose Selesan
2026-05-29 15:14:22 -03:00
parent f0fdbeeb95
commit e890221c90

View File

@@ -6,7 +6,7 @@ COPY apps/backend/package.json apps/backend/
COPY apps/frontend/package.json apps/frontend/
COPY packages/common/package.json packages/common/
RUN bun install --frozen-lockfile
RUN bun install --frozen-lockfile --linker hoisted
FROM deps AS frontend-build
WORKDIR /app