forked from mirrors/homebox
pnpm: fix-lockfile
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
e32ca9442d
commit
90e495a748
2 changed files with 9351 additions and 7423 deletions
|
@ -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
16772
frontend/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue