fix: dockerfile

This commit is contained in:
2025-05-28 09:46:28 +03:00
parent 8cc177b9a7
commit ed743d2977
2 changed files with 14 additions and 6 deletions

View File

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