Dockerfile temizlendi, standalone output eklendi

This commit is contained in:
2026-04-30 01:52:57 +03:00
parent 6a1cfa371f
commit 31c3deb2da
11 changed files with 49 additions and 1 deletions

View File

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