From 5c835f5a7f437a5926bb560b650c68dc7a3c73ef Mon Sep 17 00:00:00 2001 From: mstfyldz Date: Sat, 21 Mar 2026 16:47:48 +0300 Subject: [PATCH] docker --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index e9ffa30..55238ac 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ + output: 'standalone', }; export default nextConfig;