feat: add Docker support with multi-stage build

This commit is contained in:
Jianyun8023
2025-12-02 21:58:06 +08:00
parent bca80c0856
commit 5d38ed59eb
4 changed files with 182 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'standalone',
};
export default nextConfig;