chore(deps): pnpm@10
This commit is contained in:
parent
14ae9e49fb
commit
c286969a9d
@ -1,9 +1,9 @@
|
||||
FROM registry.odit.services/hub/library/node:23.4.0-alpine3.20 as build
|
||||
FROM registry.odit.services/hub/library/node:23.11.0-alpine3.21 as build
|
||||
ARG NPM_REGISTRY_URL=https://registry.npmjs.org
|
||||
WORKDIR /app
|
||||
|
||||
COPY . ./
|
||||
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@9 && pnpm i
|
||||
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@10.7 && pnpm i
|
||||
RUN pnpm build
|
||||
|
||||
# final image
|
||||
|
3
pnpm-workspace.yaml
Normal file
3
pnpm-workspace.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
onlyBuiltDependencies:
|
||||
- esbuild
|
||||
- svelte-preprocess
|
Loading…
x
Reference in New Issue
Block a user