Reduced docker image size

This commit is contained in:
cdricms
2025-01-13 21:31:01 +01:00
parent 4161792f36
commit 09e2716e46
3 changed files with 11 additions and 1 deletions

View File

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