Add production Dockerfile and standalone config

This commit is contained in:
2026-01-23 00:37:15 +01:00
parent 7d6114918f
commit 3d5111bbf3
2 changed files with 28 additions and 0 deletions

View File

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