feat: dockerfile

This commit is contained in:
2025-11-21 10:31:30 -07:00
parent 3382c0ef4e
commit 6cdce103a5
3 changed files with 74 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
};
output: 'standalone',
// other configurations
};
export default nextConfig;