diff --git a/Dockerfile b/Dockerfile index 6a10dbd..8807d00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ WORKDIR /app COPY .yarnrc.yml package.json yarn.lock ./ # Install production dependencies (uses PnP) -RUN yarn install --immutable --production +RUN yarn workspaces focus --production # Copy PnP files and built application from builder stage COPY --from=builder --chown=nextjs:nodejs /app/.pnp.cjs /app/.pnp.loader.mjs ./