fix: make web Docker build reproducible

This commit is contained in:
Codex
2026-08-01 22:30:47 +08:00
parent 3b4106e8cc
commit 020b9596dc
2 changed files with 14 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
node_modules
.next
*.tsbuildinfo
.env
.env.*
npm-debug.log*
pnpm-debug.log*
+7
View File
@@ -2,6 +2,13 @@
"name": "@zhuangxiu/web",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.28.0",
"pnpm": {
"onlyBuiltDependencies": [
"sharp",
"unrs-resolver"
]
},
"scripts": {
"dev": "next dev",
"build": "next build",