feat: configure Docker setup and update dependencies for Next.js application

This commit is contained in:
Puechberty Arthur
2026-03-31 22:24:25 +02:00
parent 5bf8a8d60f
commit aa180c5681
6 changed files with 124 additions and 81 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;