pnpm: fix-lockfile

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2025-04-12 12:48:27 -04:00
parent e32ca9442d
commit 90e495a748
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
2 changed files with 9351 additions and 7423 deletions

View file

@ -2,7 +2,7 @@
# Build Nuxt # Build Nuxt
FROM r.batts.cloud/nodejs:18 as frontend-builder FROM r.batts.cloud/nodejs:18 as frontend-builder
WORKDIR /app WORKDIR /app
RUN npm install -g pnpm@latest-8 RUN npm install -g pnpm@latest-9
COPY frontend/package.json frontend/pnpm-lock.yaml ./ COPY frontend/package.json frontend/pnpm-lock.yaml ./
RUN pnpm install --frozen-lockfile --shamefully-hoist RUN pnpm install --frozen-lockfile --shamefully-hoist
COPY frontend . COPY frontend .

16772
frontend/pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff