Add Dockerfile and Next.js standalone output for Coolify deployment

This commit is contained in:
Hermes Agent
2026-07-24 17:45:12 +00:00
parent 8bf9e6614c
commit 3f1f25ffaa
2 changed files with 19 additions and 1 deletions

View File

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