fix dockerfile issue

This commit is contained in:
2026-06-26 16:07:38 +05:30
parent b323cbb6be
commit c1eac6e2bc
2 changed files with 41 additions and 13 deletions

View File

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