chore: optimize Docker build with multi-stage process and add standalone Next.js output (#75)

This commit is contained in:
LovelessCodes
2025-06-12 23:12:24 +02:00
committed by GitHub
parent f6114a56af
commit 1707557bea
3 changed files with 70 additions and 24 deletions

View File

@@ -10,6 +10,7 @@ configureRuntimeEnv();
/** @type {import("next").NextConfig} */
const config = {
output: "standalone",
reactStrictMode: true,
/** Enables hot reloading for local packages without a build step */