fix: usar --linker hoisted en bun install para compatibilidad con Node.js module resolution
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user