feat: dockerfiles

This commit is contained in:
ivannoskov
2025-12-29 12:17:47 +03:00
parent f64cf02100
commit 25b194ad41
4 changed files with 120 additions and 1 deletions

View File

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