Enable Next.js standalone mode and simplify Dockerfile copy block
All checks were successful
Staging Build / build (push) Successful in 1m43s

This commit is contained in:
DanielS
2026-06-23 00:32:08 +02:00
parent fa1edc9c12
commit 0f55e17095
2 changed files with 7 additions and 19 deletions

View File

@@ -1,6 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
cacheComponents: false,
};