add dockerfile with standalone output for faster deploys

This commit is contained in:
Marco
2026-06-30 11:04:17 +00:00
parent 7edc330fef
commit 7327d2159f
2 changed files with 28 additions and 1 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;