Add dockerfile

This commit is contained in:
2025-06-29 02:08:03 +02:00
parent ac3b19a1f2
commit 44c676c62b
2 changed files with 41 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;