feat: Add docker deployment

This commit is contained in:
Björn Benouarets
2025-11-04 22:23:29 +01:00
parent ca581a382f
commit aef92df592
4 changed files with 100 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;