Fix Dockerfile permissions, add nextjs standalone output, and graceful config load

This commit is contained in:
mstfyldz
2026-05-27 16:49:31 +03:00
parent 3ee41864f4
commit 10f7ee95dd
3 changed files with 54 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
/* config options here */
};