添加 docker 脚本,修复构建版本冲突问题

This commit is contained in:
2025-09-15 19:35:53 +08:00
parent 7ebf8d9c6d
commit 57f1820338
5 changed files with 45 additions and 13 deletions

1
next-env.d.ts vendored
View File

@@ -1,6 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference path="./.next/types/routes.d.ts" />
// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.