Add Docker support with multi-stage build and standalone output

This commit is contained in:
2026-05-10 00:42:39 +02:00
parent 6af44b5c13
commit 7c345785a7
5 changed files with 243 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;