chore: pnpm v9
Some checks are pending
ci/woodpecker/push/build Pipeline is running

This commit is contained in:
2024-12-02 10:16:59 +01:00
parent 780bc54604
commit b85c3958c2
3 changed files with 2238 additions and 1794 deletions

View File

@@ -3,7 +3,7 @@ ARG NPM_REGISTRY_URL=https://registry.npmjs.org
WORKDIR /app
COPY . .
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@8.1.1
RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@9
RUN pnpm i && pnpm build && pnpm postbuild
# final image