chore: dockerfile and standalone adjustments

This commit is contained in:
mstfyldz
2026-06-03 04:13:23 +03:00
parent 7b4b3a85af
commit 5814becda9
3 changed files with 74 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'standalone',
/* config options here */
};