Add Dockerfile and standalone build configuration

This commit is contained in:
mstfyldz
2026-03-24 15:50:13 +03:00
parent 34b6a46604
commit afda071f74
3 changed files with 70 additions and 0 deletions

View File

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