Remove shamefully hoist (#660)

* feat: remove shamefully hoist

* chore: remove .npmrc
This commit is contained in:
Tonya
2025-05-04 17:11:00 +00:00
committed by GitHub
parent b89364d8c5
commit 16bcffac45
8 changed files with 5 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ RUN npm install -g pnpm
# Copy package.json and lockfile to leverage caching
COPY frontend/package.json frontend/pnpm-lock.yaml ./
RUN pnpm install --frozen-lockfile --shamefully-hoist
RUN pnpm install --frozen-lockfile
# Build Nuxt (frontend) stage
FROM public.ecr.aws/docker/library/node:lts-alpine AS frontend-builder