Docker improvments

This commit is contained in:
2026-03-07 01:25:36 +01:00 Verified
parent 95c4f6c48c
commit c40774d3cb
2 changed files with 15 additions and 10 deletions
+3
View File
@@ -1,6 +1,9 @@
// next.config.ts
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'standalone',
/* config options here */
};