Add Dockerfile and configure next.config.ts for standalone output

This commit is contained in:
R-Bharathraj
2026-06-30 11:43:24 +05:30
parent 0140b0bdf8
commit 9b93fa0d07
3 changed files with 59 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
async redirects() {
return [
{