fix(docker): upgrade Node.js to v22 and pnpm to v11 to resolve build failure

pnpm 11.5.2 requires Node.js v22.13+ and uses node:sqlite module unavailable in Node.js v20.
Also switch to --no-frozen-lockfile temporarily for lockfile format migration compatibility.

🤖 Generated with [Qoder][https://qoder.com]
This commit is contained in:
2026-06-08 16:50:51 +08:00
parent e52cac7444
commit bbede5d164
6 changed files with 19 additions and 11 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
node_modules/
dist/
.claude/
.env
.env.local
*.log