From e27950994d71402b3e8e6cd91edc41c3053085a2 Mon Sep 17 00:00:00 2001 From: mortezaei Date: Wed, 6 May 2026 16:34:07 +0330 Subject: [PATCH] feat: add Dockerfile and docker-compose.yml for containerized application setup --- next.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.ts b/next.config.ts index 64aa975..418d1d3 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,6 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { + output: 'standalone', images: { remotePatterns: [ {