Add docker build for deployment

This commit is contained in:
Hornwitser 2025-02-27 22:41:14 +01:00
parent 3e9faa0c03
commit 3d48aa0aac
3 changed files with 51 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;