fix: set output to standalone for docker build

This commit is contained in:
mstfyldz
2026-06-03 16:15:05 +03:00
parent 716bad9d7c
commit 4996ec38e6
2 changed files with 54 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
images: {
remotePatterns: [
{