Commit b3da7393 authored by Hendrik Garske's avatar Hendrik Garske

config: Next.js standalone output für Docker aktiviert

parent 964b7848
Pipeline #18 canceled with stages
import type { NextConfig } from "next"; import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
/* config options here */ output: 'standalone',
}; };
export default nextConfig; export default nextConfig;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment