feat: 更新 Dockerfile.base 中的 pnpm 版本为 9,并在部署步骤中添加 Supabase 环境变量
knowledge-base / deploy (push) Successful in 49s

This commit is contained in:
2026-06-23 19:27:20 +08:00
parent c2c5d88090
commit 0061e1a58d
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
FROM node:22-alpine
RUN npm install -g pnpm@latest
RUN npm install -g pnpm@9