Docker config

This commit is contained in:
mukesh13
2025-06-16 18:39:44 +05:30
parent 4be1a13441
commit 776d69654d
3 changed files with 49 additions and 22 deletions

View File

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