chore: Support building with Docker

This commit is contained in:
Dominik 2025-04-16 21:48:50 +02:00
parent de3b35bfa9
commit 6e60dfa44b
Signed by: dominik
GPG key ID: 06A4003FC5049644
5 changed files with 43 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;