fix the pnpm-lock issue
Some checks failed
docker / docker (push) Failing after 12s

Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
ngn 2025-05-13 01:29:21 +03:00
parent 10772a8d6f
commit 8ba89d1885
Signed by: ngn
GPG Key ID: A3654DF5AD9F641D
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /app
COPY package.json pnpm-lock.yaml ./
RUN npm install -g pnpm
RUN pnpm install --frozen-lockfile
RUN pnpm install --frozen-lockfile --force
FROM node:lts-alpine AS builder

View File

@ -1,5 +1,5 @@
{
"upstream": "https://git.ngn.tf/ngn/libremdb",
"provider": "gitea",
"upstream": "https://github.com/zyachel/libremdb",
"provider": "github",
"commit": "70efba181f4e1a5c2cdb64bb9adb93418763db14"
}